Html Css Color HEX #537492 Kashmir Blue

📋 copy color: '#537492'

red 83 ◦ green 116 ◦ blue 146

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

Shades of Kashmir Blue #537492

Tints of Kashmir Blue #537492

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.62%

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

R = 24.06%
G = 33.62%
B = 42.32%

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

#537492 (or 0x537492) is known color: Kashmir Blue. HEX triplet: 53, 74 and 92. RGB value is (83,116,146). Sum of RGB (Red+Green+Blue) = 83+116+146=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #537492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537492 is #AC8B6D. Grayscale: #6D6D6D. Windows color (decimal): -11307886 or 9598035. OLE color: 9598035.

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

Color convert

RGB 83 116 146 -
CMYK 0.43 0.21 0 0.43
HSL 208.57º 0.28% 0.45% -
HSV(B) 208.57º 0.43% 0.57% -
XYZ 15 16.41 29.57 -
YUV 109.55 148.57 109.06 -
System Red Green Blue C M Y K H S L
Decimal 83 116 146 0.43 0.21 0 0.43 208.57 0.28 0.45
Hex 53 74 92 2B 15 0 2B D1 1C 2D
Octal 123 164 222 53 25 0 53 321 34 55
Binary 1010011 1110100 10010010 101011 10101 0 101011 11010001 11100 101101

Color Harmonies of #537492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537492

Black with #537492

Text Example


Text Example

White with #537492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537492; }

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

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

background-color css

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

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

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

border-color css

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

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

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