Html Css Color HEX #557698 Kashmir Blue

📋 copy color: '#557698'

red 85 ◦ green 118 ◦ blue 152

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

Shades of Kashmir Blue #557698

Tints of Kashmir Blue #557698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 42.82%

R = 23.94%
G = 33.24%
B = 42.82%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557698 (or 0x557698) is known color: Kashmir Blue. HEX triplet: 55, 76 and 98. RGB value is (85,118,152). Sum of RGB (Red+Green+Blue) = 85+118+152=355 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.94% from 355); Green value is 118 (46.48% from 255 or 33.24% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 152 - color contains mainly: blue. Hex color #557698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557698 is #AA8967. Grayscale: #6F6F6F. Windows color (decimal): -11176296 or 9991765. OLE color: 9991765.

HSL color Cylindrical-coordinate representation of color #557698: hue angle of 210.45º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #557698 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 118 152 -
CMYK 0.44 0.22 0 0.40
HSL 210.45º 0.28% 0.46% -
HSV(B) 210.45º 0.44% 0.6% -
XYZ 15.89 17.16 32.18 -
YUV 112.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 85 118 152 0.44 0.22 0 0.40 210.45 0.28 0.46
Hex 55 76 98 2C 16 0 28 D2 1C 2E
Octal 125 166 230 54 26 0 50 322 34 56
Binary 1010101 1110110 10011000 101100 10110 0 101000 11010010 11100 101110

Color Harmonies of #557698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557698

Black with #557698

Text Example


Text Example

White with #557698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557698; }

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

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

background-color css

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

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

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

border-color css

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

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

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