Html Css Color HEX #537196 Kashmir Blue

📋 copy color: '#537196'

red 83 ◦ green 113 ◦ blue 150

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

Shades of Kashmir Blue #537196

Tints of Kashmir Blue #537196

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.66%

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

R = 23.99%
G = 32.66%
B = 43.35%

CMYK

 C value IS 0.45

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537196 (or 0x537196) is known color: Kashmir Blue. HEX triplet: 53, 71 and 96. RGB value is (83,113,150). Sum of RGB (Red+Green+Blue) = 83+113+150=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 150 (58.98% from 255 or 43.35% from 346); Max value from RGB is 150 - color contains mainly: blue. Hex color #537196 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537196 is #AC8E69. Grayscale: #6C6C6C. Windows color (decimal): -11308650 or 9859411. OLE color: 9859411.

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

Color convert

RGB 83 113 150 -
CMYK 0.45 0.25 0 0.41
HSL 213.13º 0.29% 0.46% -
HSV(B) 213.13º 0.45% 0.59% -
XYZ 14.98 15.85 31.12 -
YUV 108.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 83 113 150 0.45 0.25 0 0.41 213.13 0.29 0.46
Hex 53 71 96 2D 19 0 29 D5 1D 2E
Octal 123 161 226 55 31 0 51 325 35 56
Binary 1010011 1110001 10010110 101101 11001 0 101001 11010101 11101 101110

Color Harmonies of #537196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537196

Black with #537196

Text Example


Text Example

White with #537196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537196; }

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

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

background-color css

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

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

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

border-color css

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

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

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