Html Css Color HEX #536A91 Kashmir Blue

📋 copy color: '#536A91'

red 83 ◦ green 106 ◦ blue 145

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

Shades of Kashmir Blue #536A91

Tints of Kashmir Blue #536A91

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 24.85%
G = 31.74%
B = 43.41%

CMYK

 C value IS 0.43

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#536A91 (or 0x536A91) is known color: Kashmir Blue. HEX triplet: 53, 6A and 91. RGB value is (83,106,145). Sum of RGB (Red+Green+Blue) = 83+106+145=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 145 - color contains mainly: blue. Hex color #536A91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536A91 is #AC956E. Grayscale: #676767. Windows color (decimal): -11310447 or 9529939. OLE color: 9529939.

HSL color Cylindrical-coordinate representation of color #536A91: hue angle of 217.74º 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 #536A91 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 106 145 -
CMYK 0.43 0.27 0 0.43
HSL 217.74º 0.27% 0.45% -
HSV(B) 217.74º 0.43% 0.57% -
XYZ 13.83 14.19 28.8 -
YUV 103.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 83 106 145 0.43 0.27 0 0.43 217.74 0.27 0.45
Hex 53 6A 91 2B 1B 0 2B DA 1B 2D
Octal 123 152 221 53 33 0 53 332 33 55
Binary 1010011 1101010 10010001 101011 11011 0 101011 11011010 11011 101101

Color Harmonies of #536A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A91

Black with #536A91

Text Example


Text Example

White with #536A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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