Html Css Color HEX #537397 Kashmir Blue

📋 copy color: '#537397'

red 83 ◦ green 115 ◦ blue 151

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

Shades of Kashmir Blue #537397

Tints of Kashmir Blue #537397

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.95%

 BLUE value IS 151 (59.38% from 255) = 43.27%

R = 23.78%
G = 32.95%
B = 43.27%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537397 (or 0x537397) is known color: Kashmir Blue. HEX triplet: 53, 73 and 97. RGB value is (83,115,151). Sum of RGB (Red+Green+Blue) = 83+115+151=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 115 (45.31% from 255 or 32.95% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #537397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537397 is #AC8C68. Grayscale: #6D6D6D. Windows color (decimal): -11308137 or 9925459. OLE color: 9925459.

HSL color Cylindrical-coordinate representation of color #537397: hue angle of 211.76º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537397 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 115 151 -
CMYK 0.45 0.24 0 0.41
HSL 211.76º 0.29% 0.46% -
HSV(B) 211.76º 0.45% 0.59% -
XYZ 15.28 16.33 31.63 -
YUV 109.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 83 115 151 0.45 0.24 0 0.41 211.76 0.29 0.46
Hex 53 73 97 2D 18 0 29 D4 1D 2E
Octal 123 163 227 55 30 0 51 324 35 56
Binary 1010011 1110011 10010111 101101 11000 0 101001 11010100 11101 101110

Color Harmonies of #537397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537397

Black with #537397

Text Example


Text Example

White with #537397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537397; }

 p { color: rgb(83,115,151); }

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

background-color css

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

 a { background-color: rgb(83,115,151); }

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

border-color css

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

 span { border-color: rgb(83,115,151); }

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