Html Css Color HEX #537592 Kashmir Blue

📋 copy color: '#537592'

red 83 ◦ green 117 ◦ blue 146

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

Shades of Kashmir Blue #537592

Tints of Kashmir Blue #537592

RGB

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

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

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

R = 23.99%
G = 33.82%
B = 42.2%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537592 (or 0x537592) is known color: Kashmir Blue. HEX triplet: 53, 75 and 92. RGB value is (83,117,146). Sum of RGB (Red+Green+Blue) = 83+117+146=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #537592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537592 is #AC8A6D. Grayscale: #6D6D6D. Windows color (decimal): -11307630 or 9598291. OLE color: 9598291.

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

Color convert

RGB 83 117 146 -
CMYK 0.43 0.20 0 0.43
HSL 207.62º 0.28% 0.45% -
HSV(B) 207.62º 0.43% 0.57% -
XYZ 15.12 16.64 29.61 -
YUV 110.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 83 117 146 0.43 0.20 0 0.43 207.62 0.28 0.45
Hex 53 75 92 2B 14 0 2B D0 1C 2D
Octal 123 165 222 53 24 0 53 320 34 55
Binary 1010011 1110101 10010010 101011 10100 0 101011 11010000 11100 101101

Color Harmonies of #537592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537592

Black with #537592

Text Example


Text Example

White with #537592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537592; }

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

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

background-color css

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

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

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

border-color css

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

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

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