Html Css Color HEX #536991 Kashmir Blue

📋 copy color: '#536991'

red 83 ◦ green 105 ◦ blue 145

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

Shades of Kashmir Blue #536991

Tints of Kashmir Blue #536991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 24.92%
G = 31.53%
B = 43.54%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536991 (or 0x536991) is known color: Kashmir Blue. HEX triplet: 53, 69 and 91. RGB value is (83,105,145). Sum of RGB (Red+Green+Blue) = 83+105+145=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 105 (41.41% from 255 or 31.53% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #536991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536991 is #AC966E. Grayscale: #666666. Windows color (decimal): -11310703 or 9529683. OLE color: 9529683.

HSL color Cylindrical-coordinate representation of color #536991: hue angle of 218.71º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #536991 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 105 145 -
CMYK 0.43 0.28 0 0.43
HSL 218.71º 0.27% 0.45% -
HSV(B) 218.71º 0.43% 0.57% -
XYZ 13.73 13.99 28.76 -
YUV 102.98 151.71 113.75 -
System Red Green Blue C M Y K H S L
Decimal 83 105 145 0.43 0.28 0 0.43 218.71 0.27 0.45
Hex 53 69 91 2B 1C 0 2B DB 1B 2D
Octal 123 151 221 53 34 0 53 333 33 55
Binary 1010011 1101001 10010001 101011 11100 0 101011 11011011 11011 101101

Color Harmonies of #536991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536991

Black with #536991

Text Example


Text Example

White with #536991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536991; }

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

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

background-color css

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

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

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

border-color css

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

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

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