Html Css Color HEX #537290 Kashmir Blue

📋 copy color: '#537290'

red 83 ◦ green 114 ◦ blue 144

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

Shades of Kashmir Blue #537290

Tints of Kashmir Blue #537290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 24.34%
G = 33.43%
B = 42.23%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#537290 (or 0x537290) is known color: Kashmir Blue. HEX triplet: 53, 72 and 90. RGB value is (83,114,144). Sum of RGB (Red+Green+Blue) = 83+114+144=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 114 (44.92% from 255 or 33.43% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 144 - color contains mainly: blue. Hex color #537290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537290 is #AC8D6F. Grayscale: #6C6C6C. Windows color (decimal): -11308400 or 9466451. OLE color: 9466451.

HSL color Cylindrical-coordinate representation of color #537290: hue angle of 209.51º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #537290 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 114 144 -
CMYK 0.42 0.21 0 0.44
HSL 209.51º 0.27% 0.45% -
HSV(B) 209.51º 0.42% 0.56% -
XYZ 14.62 15.89 28.68 -
YUV 108.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 83 114 144 0.42 0.21 0 0.44 209.51 0.27 0.45
Hex 53 72 90 2A 15 0 2C D2 1B 2D
Octal 123 162 220 52 25 0 54 322 33 55
Binary 1010011 1110010 10010000 101010 10101 0 101100 11010010 11011 101101

Color Harmonies of #537290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537290

Black with #537290

Text Example


Text Example

White with #537290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537290; }

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

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

background-color css

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

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

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

border-color css

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

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

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