Html Css Color HEX #537392 Kashmir Blue

📋 copy color: '#537392'

red 83 ◦ green 115 ◦ blue 146

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

Shades of Kashmir Blue #537392

Tints of Kashmir Blue #537392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 146 (57.42% from 255) = 42.44%

R = 24.13%
G = 33.43%
B = 42.44%

CMYK

 C value IS 0.43

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537392 (or 0x537392) is known color: Kashmir Blue. HEX triplet: 53, 73 and 92. RGB value is (83,115,146). Sum of RGB (Red+Green+Blue) = 83+115+146=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #537392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537392 is #AC8C6D. Grayscale: #6C6C6C. Windows color (decimal): -11308142 or 9597779. OLE color: 9597779.

HSL color Cylindrical-coordinate representation of color #537392: hue angle of 209.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #537392 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 83 115 146 -
CMYK 0.43 0.21 0 0.43
HSL 209.52º 0.28% 0.45% -
HSV(B) 209.52º 0.43% 0.57% -
XYZ 14.89 16.18 29.53 -
YUV 108.97 148.9 109.48 -
System Red Green Blue C M Y K H S L
Decimal 83 115 146 0.43 0.21 0 0.43 209.52 0.28 0.45
Hex 53 73 92 2B 15 0 2B D2 1C 2D
Octal 123 163 222 53 25 0 53 322 34 55
Binary 1010011 1110011 10010010 101011 10101 0 101011 11010010 11100 101101

Color Harmonies of #537392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537392

Black with #537392

Text Example


Text Example

White with #537392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537392; }

 p { color: rgb(83,115,146); }

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

background-color css

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

 a { background-color: rgb(83,115,146); }

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

border-color css

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

 span { border-color: rgb(83,115,146); }

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