Html Css Color HEX #537494 Kashmir Blue

📋 copy color: '#537494'

red 83 ◦ green 116 ◦ blue 148

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

Shades of Kashmir Blue #537494

Tints of Kashmir Blue #537494

RGB

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

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

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

R = 23.92%
G = 33.43%
B = 42.65%

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

#537494 (or 0x537494) is known color: Kashmir Blue. HEX triplet: 53, 74 and 94. RGB value is (83,116,148). Sum of RGB (Red+Green+Blue) = 83+116+148=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 148 - color contains mainly: blue. Hex color #537494 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537494 is #AC8B6B. Grayscale: #6D6D6D. Windows color (decimal): -11307884 or 9729107. OLE color: 9729107.

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

Color convert

RGB 83 116 148 -
CMYK 0.44 0.22 0 0.42
HSL 209.54º 0.28% 0.45% -
HSV(B) 209.54º 0.44% 0.58% -
XYZ 15.16 16.47 30.4 -
YUV 109.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 83 116 148 0.44 0.22 0 0.42 209.54 0.28 0.45
Hex 53 74 94 2C 16 0 2A D2 1C 2D
Octal 123 164 224 54 26 0 52 322 34 55
Binary 1010011 1110100 10010100 101100 10110 0 101010 11010010 11100 101101

Color Harmonies of #537494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537494

Black with #537494

Text Example


Text Example

White with #537494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537494; }

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

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

background-color css

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

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

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

border-color css

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

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

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