Html Css Color HEX #537291 Kashmir Blue

📋 copy color: '#537291'

red 83 ◦ green 114 ◦ blue 145

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

Shades of Kashmir Blue #537291

Tints of Kashmir Blue #537291

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

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

R = 24.27%
G = 33.33%
B = 42.4%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537291 (or 0x537291) is known color: Kashmir Blue. HEX triplet: 53, 72 and 91. RGB value is (83,114,145). Sum of RGB (Red+Green+Blue) = 83+114+145=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #537291 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537291 is #AC8D6E. Grayscale: #6C6C6C. Windows color (decimal): -11308399 or 9531987. OLE color: 9531987.

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

Color convert

RGB 83 114 145 -
CMYK 0.43 0.21 0 0.43
HSL 210º 0.27% 0.45% -
HSV(B) 210º 0.43% 0.57% -
XYZ 14.7 15.92 29.09 -
YUV 108.27 148.73 109.98 -
System Red Green Blue C M Y K H S L
Decimal 83 114 145 0.43 0.21 0 0.43 210 0.27 0.45
Hex 53 72 91 2B 15 0 2B D2 1B 2D
Octal 123 162 221 53 25 0 53 322 33 55
Binary 1010011 1110010 10010001 101011 10101 0 101011 11010010 11011 101101

Color Harmonies of #537291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537291

Black with #537291

Text Example


Text Example

White with #537291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537291; }

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

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

background-color css

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

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

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

border-color css

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

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

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