Html Css Color HEX #537091 Kashmir Blue

📋 copy color: '#537091'

red 83 ◦ green 112 ◦ blue 145

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

Shades of Kashmir Blue #537091

Tints of Kashmir Blue #537091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

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

R = 24.41%
G = 32.94%
B = 42.65%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537091 (or 0x537091) is known color: Kashmir Blue. HEX triplet: 53, 70 and 91. RGB value is (83,112,145). Sum of RGB (Red+Green+Blue) = 83+112+145=340 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.41% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 145 (57.03% from 255 or 42.65% from 340); Max value from RGB is 145 - color contains mainly: blue. Hex color #537091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537091 is #AC8F6E. Grayscale: #6A6A6A. Windows color (decimal): -11308911 or 9531475. OLE color: 9531475.

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

Color convert

RGB 83 112 145 -
CMYK 0.43 0.23 0 0.43
HSL 211.94º 0.27% 0.45% -
HSV(B) 211.94º 0.43% 0.57% -
XYZ 14.47 15.47 29.01 -
YUV 107.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 83 112 145 0.43 0.23 0 0.43 211.94 0.27 0.45
Hex 53 70 91 2B 17 0 2B D4 1B 2D
Octal 123 160 221 53 27 0 53 324 33 55
Binary 1010011 1110000 10010001 101011 10111 0 101011 11010100 11011 101101

Color Harmonies of #537091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537091

Black with #537091

Text Example


Text Example

White with #537091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537091; }

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

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

background-color css

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

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

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

border-color css

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

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

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