Html Css Color HEX #556698 Waikawa Grey

📋 copy color: '#556698'

red 85 ◦ green 102 ◦ blue 152

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

Shades of Waikawa Grey #556698

Tints of Waikawa Grey #556698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 25.07%
G = 30.09%
B = 44.84%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#556698 (or 0x556698) is known color: Waikawa Grey. HEX triplet: 55, 66 and 98. RGB value is (85,102,152). Sum of RGB (Red+Green+Blue) = 85+102+152=339 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.07% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #556698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556698 is #AA9967. Grayscale: #666666. Windows color (decimal): -11180392 or 9987669. OLE color: 9987669.

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

Color convert

RGB 85 102 152 -
CMYK 0.44 0.33 0 0.40
HSL 224.78º 0.28% 0.46% -
HSV(B) 224.78º 0.44% 0.6% -
XYZ 14.17 13.7 31.6 -
YUV 102.62 155.87 115.43 -
System Red Green Blue C M Y K H S L
Decimal 85 102 152 0.44 0.33 0 0.40 224.78 0.28 0.46
Hex 55 66 98 2C 21 0 28 E1 1C 2E
Octal 125 146 230 54 41 0 50 341 34 56
Binary 1010101 1100110 10011000 101100 100001 0 101000 11100001 11100 101110

Color Harmonies of #556698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556698

Black with #556698

Text Example


Text Example

White with #556698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556698; }

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

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

background-color css

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

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

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

border-color css

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

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

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