Html Css Color HEX #537293 Kashmir Blue

📋 copy color: '#537293'

red 83 ◦ green 114 ◦ blue 147

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

Shades of Kashmir Blue #537293

Tints of Kashmir Blue #537293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.73%

R = 24.13%
G = 33.14%
B = 42.73%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537293 (or 0x537293) is known color: Kashmir Blue. HEX triplet: 53, 72 and 93. RGB value is (83,114,147). Sum of RGB (Red+Green+Blue) = 83+114+147=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 114 (44.92% from 255 or 33.14% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #537293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537293 is #AC8D6C. Grayscale: #6C6C6C. Windows color (decimal): -11308397 or 9663059. OLE color: 9663059.

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

Color convert

RGB 83 114 147 -
CMYK 0.44 0.22 0 0.42
HSL 210.94º 0.28% 0.45% -
HSV(B) 210.94º 0.44% 0.58% -
XYZ 14.85 15.98 29.91 -
YUV 108.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 83 114 147 0.44 0.22 0 0.42 210.94 0.28 0.45
Hex 53 72 93 2C 16 0 2A D3 1C 2D
Octal 123 162 223 54 26 0 52 323 34 55
Binary 1010011 1110010 10010011 101100 10110 0 101010 11010011 11100 101101

Color Harmonies of #537293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537293

Black with #537293

Text Example


Text Example

White with #537293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537293; }

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

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

background-color css

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

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

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

border-color css

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

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

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