Html Css Color HEX #537896 Kashmir Blue

📋 copy color: '#537896'

red 83 ◦ green 120 ◦ blue 150

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

Shades of Kashmir Blue #537896

Tints of Kashmir Blue #537896

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.99%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 23.51%
G = 33.99%
B = 42.49%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537896 (or 0x537896) is known color: Kashmir Blue. HEX triplet: 53, 78 and 96. RGB value is (83,120,150). Sum of RGB (Red+Green+Blue) = 83+120+150=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #537896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537896 is #AC8769. Grayscale: #707070. Windows color (decimal): -11306858 or 9861203. OLE color: 9861203.

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

Color convert

RGB 83 120 150 -
CMYK 0.45 0.20 0 0.41
HSL 206.87º 0.29% 0.46% -
HSV(B) 206.87º 0.45% 0.59% -
XYZ 15.79 17.47 31.39 -
YUV 112.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 83 120 150 0.45 0.20 0 0.41 206.87 0.29 0.46
Hex 53 78 96 2D 14 0 29 CF 1D 2E
Octal 123 170 226 55 24 0 51 317 35 56
Binary 1010011 1111000 10010110 101101 10100 0 101001 11001111 11101 101110

Color Harmonies of #537896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537896

Black with #537896

Text Example


Text Example

White with #537896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537896; }

 p { color: rgb(83,120,150); }

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

background-color css

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

 a { background-color: rgb(83,120,150); }

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

border-color css

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

 span { border-color: rgb(83,120,150); }

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