Html Css Color HEX #556294 Waikawa Grey

📋 copy color: '#556294'

red 85 ◦ green 98 ◦ blue 148

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

Shades of Waikawa Grey #556294

Tints of Waikawa Grey #556294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 148 (58.2% from 255) = 44.71%

R = 25.68%
G = 29.61%
B = 44.71%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556294 (or 0x556294) is known color: Waikawa Grey. HEX triplet: 55, 62 and 94. RGB value is (85,98,148). Sum of RGB (Red+Green+Blue) = 85+98+148=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #556294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556294 is #AA9D6B. Grayscale: #636363. Windows color (decimal): -11181420 or 9724501. OLE color: 9724501.

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

Color convert

RGB 85 98 148 -
CMYK 0.43 0.34 0 0.42
HSL 227.62º 0.27% 0.46% -
HSV(B) 227.62º 0.43% 0.58% -
XYZ 13.46 12.8 29.78 -
YUV 99.81 155.19 117.43 -
System Red Green Blue C M Y K H S L
Decimal 85 98 148 0.43 0.34 0 0.42 227.62 0.27 0.46
Hex 55 62 94 2B 22 0 2A E4 1B 2E
Octal 125 142 224 53 42 0 52 344 33 56
Binary 1010101 1100010 10010100 101011 100010 0 101010 11100100 11011 101110

Color Harmonies of #556294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556294

Black with #556294

Text Example


Text Example

White with #556294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556294; }

 p { color: rgb(85,98,148); }

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

background-color css

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

 a { background-color: rgb(85,98,148); }

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

border-color css

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

 span { border-color: rgb(85,98,148); }

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