Html Css Color HEX #537597 Kashmir Blue

📋 copy color: '#537597'

red 83 ◦ green 117 ◦ blue 151

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

Shades of Kashmir Blue #537597

Tints of Kashmir Blue #537597

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.33%

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

R = 23.65%
G = 33.33%
B = 43.02%

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

#537597 (or 0x537597) is known color: Kashmir Blue. HEX triplet: 53, 75 and 97. RGB value is (83,117,151). Sum of RGB (Red+Green+Blue) = 83+117+151=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 117 (46.09% from 255 or 33.33% from 351); Blue value is 151 (59.38% from 255 or 43.02% from 351); Max value from RGB is 151 - color contains mainly: blue. Hex color #537597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537597 is #AC8A68. Grayscale: #6E6E6E. Windows color (decimal): -11307625 or 9925971. OLE color: 9925971.

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

Color convert

RGB 83 117 151 -
CMYK 0.45 0.23 0 0.41
HSL 210º 0.29% 0.46% -
HSV(B) 210º 0.45% 0.59% -
XYZ 15.51 16.8 31.7 -
YUV 110.71 150.74 108.24 -
System Red Green Blue C M Y K H S L
Decimal 83 117 151 0.45 0.23 0 0.41 210 0.29 0.46
Hex 53 75 97 2D 17 0 29 D2 1D 2E
Octal 123 165 227 55 27 0 51 322 35 56
Binary 1010011 1110101 10010111 101101 10111 0 101001 11010010 11101 101110

Color Harmonies of #537597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537597

Black with #537597

Text Example


Text Example

White with #537597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537597; }

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

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

background-color css

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

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

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

border-color css

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

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

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