Html Css Color HEX #537693 Kashmir Blue

📋 copy color: '#537693'

red 83 ◦ green 118 ◦ blue 147

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

Shades of Kashmir Blue #537693

Tints of Kashmir Blue #537693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 42.24%

R = 23.85%
G = 33.91%
B = 42.24%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#537693 (or 0x537693) is known color: Kashmir Blue. HEX triplet: 53, 76 and 93. RGB value is (83,118,147). Sum of RGB (Red+Green+Blue) = 83+118+147=348 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.85% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #537693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537693 is #AC896C. Grayscale: #6E6E6E. Windows color (decimal): -11307373 or 9664083. OLE color: 9664083.

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

Color convert

RGB 83 118 147 -
CMYK 0.44 0.20 0 0.42
HSL 207.19º 0.28% 0.45% -
HSV(B) 207.19º 0.44% 0.58% -
XYZ 15.31 16.9 30.06 -
YUV 110.84 148.4 108.14 -
System Red Green Blue C M Y K H S L
Decimal 83 118 147 0.44 0.20 0 0.42 207.19 0.28 0.45
Hex 53 76 93 2C 14 0 2A CF 1C 2D
Octal 123 166 223 54 24 0 52 317 34 55
Binary 1010011 1110110 10010011 101100 10100 0 101010 11001111 11100 101101

Color Harmonies of #537693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537693

Black with #537693

Text Example


Text Example

White with #537693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537693; }

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

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

background-color css

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

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

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

border-color css

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

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

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