Html Css Color HEX #536588 Kashmir Blue

📋 copy color: '#536588'

red 83 ◦ green 101 ◦ blue 136

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

Shades of Kashmir Blue #536588

Tints of Kashmir Blue #536588

RGB

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

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

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

R = 25.94%
G = 31.56%
B = 42.5%

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

#536588 (or 0x536588) is known color: Kashmir Blue. HEX triplet: 53, 65 and 88. RGB value is (83,101,136). Sum of RGB (Red+Green+Blue) = 83+101+136=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #536588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536588 is #AC9A77. Grayscale: #636363. Windows color (decimal): -11311736 or 8938835. OLE color: 8938835.

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

Color convert

RGB 83 101 136 -
CMYK 0.39 0.26 0 0.47
HSL 219.62º 0.24% 0.43% -
HSV(B) 219.62º 0.39% 0.53% -
XYZ 12.66 12.92 25.12 -
YUV 99.61 148.54 116.15 -
System Red Green Blue C M Y K H S L
Decimal 83 101 136 0.39 0.26 0 0.47 219.62 0.24 0.43
Hex 53 65 88 27 1A 0 2F DC 18 2B
Octal 123 145 210 47 32 0 57 334 30 53
Binary 1010011 1100101 10001000 100111 11010 0 101111 11011100 11000 101011

Color Harmonies of #536588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536588

Black with #536588

Text Example


Text Example

White with #536588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536588; }

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

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

background-color css

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

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

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

border-color css

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

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

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