Html Css Color HEX #536586 Kashmir Blue

📋 copy color: '#536586'

red 83 ◦ green 101 ◦ blue 134

#536586
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #536586

Tints of Kashmir Blue #536586

RGB

 RED value IS 83 (32.81% from 255) = 26.1%

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 26.1%
G = 31.76%
B = 42.14%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#536586 (or 0x536586) is known color: Kashmir Blue. HEX triplet: 53, 65 and 86. RGB value is (83,101,134). Sum of RGB (Red+Green+Blue) = 83+101+134=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #536586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536586 is #AC9A79. Grayscale: #636363. Windows color (decimal): -11311738 or 8807763. OLE color: 8807763.

HSL color Cylindrical-coordinate representation of color #536586: hue angle of 218.82º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #536586 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 101 134 -
CMYK 0.38 0.25 0 0.47
HSL 218.82º 0.24% 0.43% -
HSV(B) 218.82º 0.38% 0.53% -
XYZ 12.52 12.87 24.38 -
YUV 99.38 147.54 116.32 -
System Red Green Blue C M Y K H S L
Decimal 83 101 134 0.38 0.25 0 0.47 218.82 0.24 0.43
Hex 53 65 86 26 19 0 2F DB 18 2B
Octal 123 145 206 46 31 0 57 333 30 53
Binary 1010011 1100101 10000110 100110 11001 0 101111 11011011 11000 101011

Color Harmonies of #536586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536586

Black with #536586

Text Example


Text Example

White with #536586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536586; }

 p { color: rgb(83,101,134); }

 H1.HeaderClassName
 {
   color: #536586;
 }
 .AnyTagClassName
 {
   color: #536586;
 }
</style>

background-color css

<style>
 a { background-color: #536586; }

 a { background-color: rgb(83,101,134); }

 div.DivClassName
 {
   background-color: #536586;
 }
 .BgClassName
 {
   background-color: #536586;
 }
</style>

border-color css

<style>
 span { border-color: #536586; }

 span { border-color: rgb(83,101,134); }

 td.TdClassName
 {
   border-color: #536586;
 }
 .TagClassName
 {
   border-color: #536586;
 }
</style>