Html Css Color HEX #557693 Kashmir Blue

📋 copy color: '#557693'

red 85 ◦ green 118 ◦ blue 147

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

Shades of Kashmir Blue #557693

Tints of Kashmir Blue #557693

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

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

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

R = 24.29%
G = 33.71%
B = 42%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#557693 (or 0x557693) is known color: Kashmir Blue. HEX triplet: 55, 76 and 93. RGB value is (85,118,147). Sum of RGB (Red+Green+Blue) = 85+118+147=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 147 (57.81% from 255 or 42% from 350); Max value from RGB is 147 - color contains mainly: blue. Hex color #557693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557693 is #AA896C. Grayscale: #6F6F6F. Windows color (decimal): -11176301 or 9664085. OLE color: 9664085.

HSL color Cylindrical-coordinate representation of color #557693: hue angle of 208.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #557693 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 118 147 -
CMYK 0.42 0.20 0 0.42
HSL 208.06º 0.27% 0.45% -
HSV(B) 208.06º 0.42% 0.58% -
XYZ 15.49 16.99 30.07 -
YUV 111.44 148.07 109.14 -
System Red Green Blue C M Y K H S L
Decimal 85 118 147 0.42 0.20 0 0.42 208.06 0.27 0.45
Hex 55 76 93 2A 14 0 2A D0 1B 2D
Octal 125 166 223 52 24 0 52 320 33 55
Binary 1010101 1110110 10010011 101010 10100 0 101010 11010000 11011 101101

Color Harmonies of #557693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557693

Black with #557693

Text Example


Text Example

White with #557693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557693; }

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

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

background-color css

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

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

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

border-color css

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

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

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