Html Css Color HEX #536686 Kashmir Blue

📋 copy color: '#536686'

red 83 ◦ green 102 ◦ blue 134

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

Shades of Kashmir Blue #536686

Tints of Kashmir Blue #536686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 26.02%
G = 31.97%
B = 42.01%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536686 (or 0x536686) is known color: Kashmir Blue. HEX triplet: 53, 66 and 86. RGB value is (83,102,134). Sum of RGB (Red+Green+Blue) = 83+102+134=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #536686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536686 is #AC9979. Grayscale: #636363. Windows color (decimal): -11311482 or 8808019. OLE color: 8808019.

HSL color Cylindrical-coordinate representation of color #536686: hue angle of 217.65º 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 #536686 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 102 134 -
CMYK 0.38 0.24 0 0.47
HSL 217.65º 0.24% 0.43% -
HSV(B) 217.65º 0.38% 0.53% -
XYZ 12.62 13.06 24.41 -
YUV 99.97 147.21 115.9 -
System Red Green Blue C M Y K H S L
Decimal 83 102 134 0.38 0.24 0 0.47 217.65 0.24 0.43
Hex 53 66 86 26 18 0 2F DA 18 2B
Octal 123 146 206 46 30 0 57 332 30 53
Binary 1010011 1100110 10000110 100110 11000 0 101111 11011010 11000 101011

Color Harmonies of #536686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536686

Black with #536686

Text Example


Text Example

White with #536686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536686; }

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

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

background-color css

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

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

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

border-color css

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

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

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