Html Css Color HEX #557498 Kashmir Blue

📋 copy color: '#557498'

red 85 ◦ green 116 ◦ blue 152

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

Shades of Kashmir Blue #557498

Tints of Kashmir Blue #557498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.86%

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

R = 24.08%
G = 32.86%
B = 43.06%

CMYK

 C value IS 0.44

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#557498 (or 0x557498) is known color: Kashmir Blue. HEX triplet: 55, 74 and 98. RGB value is (85,116,152). Sum of RGB (Red+Green+Blue) = 85+116+152=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #557498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #557498 is #AA8B67. Grayscale: #6E6E6E. Windows color (decimal): -11176808 or 9991253. OLE color: 9991253.

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

Color convert

RGB 85 116 152 -
CMYK 0.44 0.24 0 0.40
HSL 212.24º 0.28% 0.46% -
HSV(B) 212.24º 0.44% 0.6% -
XYZ 15.66 16.69 32.1 -
YUV 110.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 85 116 152 0.44 0.24 0 0.40 212.24 0.28 0.46
Hex 55 74 98 2C 18 0 28 D4 1C 2E
Octal 125 164 230 54 30 0 50 324 34 56
Binary 1010101 1110100 10011000 101100 11000 0 101000 11010100 11100 101110

Color Harmonies of #557498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #557498

Black with #557498

Text Example


Text Example

White with #557498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #557498; }

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

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

background-color css

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

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

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

border-color css

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

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

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