Html Css Color HEX #537496 Kashmir Blue

📋 copy color: '#537496'

red 83 ◦ green 116 ◦ blue 150

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

Shades of Kashmir Blue #537496

Tints of Kashmir Blue #537496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.98%

R = 23.78%
G = 33.24%
B = 42.98%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537496 (or 0x537496) is known color: Kashmir Blue. HEX triplet: 53, 74 and 96. RGB value is (83,116,150). Sum of RGB (Red+Green+Blue) = 83+116+150=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 150 - color contains mainly: blue. Hex color #537496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537496 is #AC8B69. Grayscale: #6D6D6D. Windows color (decimal): -11307882 or 9860179. OLE color: 9860179.

HSL color Cylindrical-coordinate representation of color #537496: hue angle of 210.45º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #537496 is Cyan = 0.45, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 116 150 -
CMYK 0.45 0.23 0 0.41
HSL 210.45º 0.29% 0.46% -
HSV(B) 210.45º 0.45% 0.59% -
XYZ 15.32 16.53 31.24 -
YUV 110.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 83 116 150 0.45 0.23 0 0.41 210.45 0.29 0.46
Hex 53 74 96 2D 17 0 29 D2 1D 2E
Octal 123 164 226 55 27 0 51 322 35 56
Binary 1010011 1110100 10010110 101101 10111 0 101001 11010010 11101 101110

Color Harmonies of #537496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537496

Black with #537496

Text Example


Text Example

White with #537496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537496; }

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

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

background-color css

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

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

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

border-color css

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

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

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