Html Css Color HEX #537797 Kashmir Blue

📋 copy color: '#537797'

red 83 ◦ green 119 ◦ blue 151

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

Shades of Kashmir Blue #537797

Tints of Kashmir Blue #537797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

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

R = 23.51%
G = 33.71%
B = 42.78%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537797 (or 0x537797) is known color: Kashmir Blue. HEX triplet: 53, 77 and 97. RGB value is (83,119,151). Sum of RGB (Red+Green+Blue) = 83+119+151=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #537797 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537797 is #AC8868. Grayscale: #6F6F6F. Windows color (decimal): -11307113 or 9926483. OLE color: 9926483.

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

Color convert

RGB 83 119 151 -
CMYK 0.45 0.21 0 0.41
HSL 208.24º 0.29% 0.46% -
HSV(B) 208.24º 0.45% 0.59% -
XYZ 15.75 17.27 31.78 -
YUV 111.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 83 119 151 0.45 0.21 0 0.41 208.24 0.29 0.46
Hex 53 77 97 2D 15 0 29 D0 1D 2E
Octal 123 167 227 55 25 0 51 320 35 56
Binary 1010011 1110111 10010111 101101 10101 0 101001 11010000 11101 101110

Color Harmonies of #537797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537797

Black with #537797

Text Example


Text Example

White with #537797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537797; }

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

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

background-color css

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

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

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

border-color css

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

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

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