Html Css Color HEX #536488 Kashmir Blue

📋 copy color: '#536488'

red 83 ◦ green 100 ◦ blue 136

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

Shades of Kashmir Blue #536488

Tints of Kashmir Blue #536488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.35%

 BLUE value IS 136 (53.52% from 255) = 42.63%

R = 26.02%
G = 31.35%
B = 42.63%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536488 (or 0x536488) is known color: Kashmir Blue. HEX triplet: 53, 64 and 88. RGB value is (83,100,136). Sum of RGB (Red+Green+Blue) = 83+100+136=319 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.02% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #536488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536488 is #AC9B77. Grayscale: #626262. Windows color (decimal): -11311992 or 8938579. OLE color: 8938579.

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

Color convert

RGB 83 100 136 -
CMYK 0.39 0.26 0 0.47
HSL 220.75º 0.24% 0.43% -
HSV(B) 220.75º 0.39% 0.53% -
XYZ 12.57 12.73 25.09 -
YUV 99.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 83 100 136 0.39 0.26 0 0.47 220.75 0.24 0.43
Hex 53 64 88 27 1A 0 2F DD 18 2B
Octal 123 144 210 47 32 0 57 335 30 53
Binary 1010011 1100100 10001000 100111 11010 0 101111 11011101 11000 101011

Color Harmonies of #536488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536488

Black with #536488

Text Example


Text Example

White with #536488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536488; }

 p { color: rgb(83,100,136); }

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

background-color css

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

 a { background-color: rgb(83,100,136); }

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

border-color css

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

 span { border-color: rgb(83,100,136); }

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