Html Css Color HEX #536988 Kashmir Blue

📋 copy color: '#536988'

red 83 ◦ green 105 ◦ blue 136

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

Shades of Kashmir Blue #536988

Tints of Kashmir Blue #536988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 25.62%
G = 32.41%
B = 41.98%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#536988 (or 0x536988) is known color: Kashmir Blue. HEX triplet: 53, 69 and 88. RGB value is (83,105,136). Sum of RGB (Red+Green+Blue) = 83+105+136=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #536988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536988 is #AC9677. Grayscale: #656565. Windows color (decimal): -11310712 or 8939859. OLE color: 8939859.

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

Color convert

RGB 83 105 136 -
CMYK 0.39 0.23 0 0.47
HSL 215.09º 0.24% 0.43% -
HSV(B) 215.09º 0.39% 0.53% -
XYZ 13.06 13.72 25.25 -
YUV 101.96 147.21 114.48 -
System Red Green Blue C M Y K H S L
Decimal 83 105 136 0.39 0.23 0 0.47 215.09 0.24 0.43
Hex 53 69 88 27 17 0 2F D7 18 2B
Octal 123 151 210 47 27 0 57 327 30 53
Binary 1010011 1101001 10001000 100111 10111 0 101111 11010111 11000 101011

Color Harmonies of #536988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536988

Black with #536988

Text Example


Text Example

White with #536988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536988; }

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

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

background-color css

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

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

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

border-color css

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

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

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