Html Css Color HEX #537294 Kashmir Blue

📋 copy color: '#537294'

red 83 ◦ green 114 ◦ blue 148

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

Shades of Kashmir Blue #537294

Tints of Kashmir Blue #537294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.9%

R = 24.06%
G = 33.04%
B = 42.9%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537294 (or 0x537294) is known color: Kashmir Blue. HEX triplet: 53, 72 and 94. RGB value is (83,114,148). Sum of RGB (Red+Green+Blue) = 83+114+148=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #537294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537294 is #AC8D6B. Grayscale: #6C6C6C. Windows color (decimal): -11308396 or 9728595. OLE color: 9728595.

HSL color Cylindrical-coordinate representation of color #537294: hue angle of 211.38º 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 #537294 is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 114 148 -
CMYK 0.44 0.23 0 0.42
HSL 211.38º 0.28% 0.45% -
HSV(B) 211.38º 0.44% 0.58% -
XYZ 14.93 16.01 30.32 -
YUV 108.61 150.23 109.74 -
System Red Green Blue C M Y K H S L
Decimal 83 114 148 0.44 0.23 0 0.42 211.38 0.28 0.45
Hex 53 72 94 2C 17 0 2A D3 1C 2D
Octal 123 162 224 54 27 0 52 323 34 55
Binary 1010011 1110010 10010100 101100 10111 0 101010 11010011 11100 101101

Color Harmonies of #537294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537294

Black with #537294

Text Example


Text Example

White with #537294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537294; }

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

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

background-color css

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

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

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

border-color css

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

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

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