Html Css Color HEX #537292 Kashmir Blue

📋 copy color: '#537292'

red 83 ◦ green 114 ◦ blue 146

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

Shades of Kashmir Blue #537292

Tints of Kashmir Blue #537292

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.24%

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

R = 24.2%
G = 33.24%
B = 42.57%

CMYK

 C value IS 0.43

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#537292 (or 0x537292) is known color: Kashmir Blue. HEX triplet: 53, 72 and 92. RGB value is (83,114,146). Sum of RGB (Red+Green+Blue) = 83+114+146=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #537292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537292 is #AC8D6D. Grayscale: #6C6C6C. Windows color (decimal): -11308398 or 9597523. OLE color: 9597523.

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

Color convert

RGB 83 114 146 -
CMYK 0.43 0.22 0 0.43
HSL 210.48º 0.28% 0.45% -
HSV(B) 210.48º 0.43% 0.57% -
XYZ 14.77 15.95 29.49 -
YUV 108.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 83 114 146 0.43 0.22 0 0.43 210.48 0.28 0.45
Hex 53 72 92 2B 16 0 2B D2 1C 2D
Octal 123 162 222 53 26 0 53 322 34 55
Binary 1010011 1110010 10010010 101011 10110 0 101011 11010010 11100 101101

Color Harmonies of #537292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537292

Black with #537292

Text Example


Text Example

White with #537292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537292; }

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

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

background-color css

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

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

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

border-color css

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

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

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