Html Css Color HEX #537696 Kashmir Blue

📋 copy color: '#537696'

red 83 ◦ green 118 ◦ blue 150

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

Shades of Kashmir Blue #537696

Tints of Kashmir Blue #537696

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 23.65%
G = 33.62%
B = 42.74%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#537696 (or 0x537696) is known color: Kashmir Blue. HEX triplet: 53, 76 and 96. RGB value is (83,118,150). Sum of RGB (Red+Green+Blue) = 83+118+150=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 150 (58.98% from 255 or 42.74% from 351); Max value from RGB is 150 - color contains mainly: blue. Hex color #537696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537696 is #AC8969. Grayscale: #6F6F6F. Windows color (decimal): -11307370 or 9860691. OLE color: 9860691.

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

Color convert

RGB 83 118 150 -
CMYK 0.45 0.21 0 0.41
HSL 208.66º 0.29% 0.46% -
HSV(B) 208.66º 0.45% 0.59% -
XYZ 15.55 17 31.32 -
YUV 111.18 149.9 107.9 -
System Red Green Blue C M Y K H S L
Decimal 83 118 150 0.45 0.21 0 0.41 208.66 0.29 0.46
Hex 53 76 96 2D 15 0 29 D1 1D 2E
Octal 123 166 226 55 25 0 51 321 35 56
Binary 1010011 1110110 10010110 101101 10101 0 101001 11010001 11101 101110

Color Harmonies of #537696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537696

Black with #537696

Text Example


Text Example

White with #537696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537696; }

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

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

background-color css

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

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

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

border-color css

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

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

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