Html Css Color HEX #537396 Kashmir Blue

📋 copy color: '#537396'

red 83 ◦ green 115 ◦ blue 150

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

Shades of Kashmir Blue #537396

Tints of Kashmir Blue #537396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.05%

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

R = 23.85%
G = 33.05%
B = 43.1%

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

#537396 (or 0x537396) is known color: Kashmir Blue. HEX triplet: 53, 73 and 96. RGB value is (83,115,150). Sum of RGB (Red+Green+Blue) = 83+115+150=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 115 (45.31% from 255 or 33.05% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 150 - color contains mainly: blue. Hex color #537396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537396 is #AC8C69. Grayscale: #6D6D6D. Windows color (decimal): -11308138 or 9859923. OLE color: 9859923.

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

Color convert

RGB 83 115 150 -
CMYK 0.45 0.23 0 0.41
HSL 211.34º 0.29% 0.46% -
HSV(B) 211.34º 0.45% 0.59% -
XYZ 15.2 16.3 31.2 -
YUV 109.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 83 115 150 0.45 0.23 0 0.41 211.34 0.29 0.46
Hex 53 73 96 2D 17 0 29 D3 1D 2E
Octal 123 163 226 55 27 0 51 323 35 56
Binary 1010011 1110011 10010110 101101 10111 0 101001 11010011 11101 101110

Color Harmonies of #537396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537396

Black with #537396

Text Example


Text Example

White with #537396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537396; }

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

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

background-color css

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

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

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

border-color css

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

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

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