Html Css Color HEX #537191 Kashmir Blue

📋 copy color: '#537191'

red 83 ◦ green 113 ◦ blue 145

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

Shades of Kashmir Blue #537191

Tints of Kashmir Blue #537191

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.14%

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

R = 24.34%
G = 33.14%
B = 42.52%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537191 (or 0x537191) is known color: Kashmir Blue. HEX triplet: 53, 71 and 91. RGB value is (83,113,145). Sum of RGB (Red+Green+Blue) = 83+113+145=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 113 (44.53% from 255 or 33.14% from 341); Blue value is 145 (57.03% from 255 or 42.52% from 341); Max value from RGB is 145 - color contains mainly: blue. Hex color #537191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537191 is #AC8E6E. Grayscale: #6B6B6B. Windows color (decimal): -11308655 or 9531731. OLE color: 9531731.

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

Color convert

RGB 83 113 145 -
CMYK 0.43 0.22 0 0.43
HSL 210.97º 0.27% 0.45% -
HSV(B) 210.97º 0.43% 0.57% -
XYZ 14.58 15.69 29.05 -
YUV 107.68 149.06 110.4 -
System Red Green Blue C M Y K H S L
Decimal 83 113 145 0.43 0.22 0 0.43 210.97 0.27 0.45
Hex 53 71 91 2B 16 0 2B D3 1B 2D
Octal 123 161 221 53 26 0 53 323 33 55
Binary 1010011 1110001 10010001 101011 10110 0 101011 11010011 11011 101101

Color Harmonies of #537191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537191

Black with #537191

Text Example


Text Example

White with #537191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537191; }

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

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

background-color css

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

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

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

border-color css

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

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

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