Html Css Color HEX #537497 Kashmir Blue

📋 copy color: '#537497'

red 83 ◦ green 116 ◦ blue 151

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

Shades of Kashmir Blue #537497

Tints of Kashmir Blue #537497

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.14%

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

R = 23.71%
G = 33.14%
B = 43.14%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537497 (or 0x537497) is known color: Kashmir Blue. HEX triplet: 53, 74 and 97. RGB value is (83,116,151). Sum of RGB (Red+Green+Blue) = 83+116+151=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #537497 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537497 is #AC8B68. Grayscale: #6D6D6D. Windows color (decimal): -11307881 or 9925715. OLE color: 9925715.

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

Color convert

RGB 83 116 151 -
CMYK 0.45 0.23 0 0.41
HSL 210.88º 0.29% 0.46% -
HSV(B) 210.88º 0.45% 0.59% -
XYZ 15.4 16.56 31.66 -
YUV 110.12 151.07 108.65 -
System Red Green Blue C M Y K H S L
Decimal 83 116 151 0.45 0.23 0 0.41 210.88 0.29 0.46
Hex 53 74 97 2D 17 0 29 D3 1D 2E
Octal 123 164 227 55 27 0 51 323 35 56
Binary 1010011 1110100 10010111 101101 10111 0 101001 11010011 11101 101110

Color Harmonies of #537497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537497

Black with #537497

Text Example


Text Example

White with #537497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537497; }

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

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

background-color css

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

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

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

border-color css

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

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

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