Html Css Color HEX #556394 Waikawa Grey

📋 copy color: '#556394'

red 85 ◦ green 99 ◦ blue 148

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

Shades of Waikawa Grey #556394

Tints of Waikawa Grey #556394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 25.6%
G = 29.82%
B = 44.58%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556394 (or 0x556394) is known color: Waikawa Grey. HEX triplet: 55, 63 and 94. RGB value is (85,99,148). Sum of RGB (Red+Green+Blue) = 85+99+148=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 148 - color contains mainly: blue. Hex color #556394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556394 is #AA9C6B. Grayscale: #646464. Windows color (decimal): -11181164 or 9724757. OLE color: 9724757.

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

Color convert

RGB 85 99 148 -
CMYK 0.43 0.33 0 0.42
HSL 226.67º 0.27% 0.46% -
HSV(B) 226.67º 0.43% 0.58% -
XYZ 13.55 12.99 29.81 -
YUV 100.4 154.86 117.02 -
System Red Green Blue C M Y K H S L
Decimal 85 99 148 0.43 0.33 0 0.42 226.67 0.27 0.46
Hex 55 63 94 2B 21 0 2A E3 1B 2E
Octal 125 143 224 53 41 0 52 343 33 56
Binary 1010101 1100011 10010100 101011 100001 0 101010 11100011 11011 101110

Color Harmonies of #556394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556394

Black with #556394

Text Example


Text Example

White with #556394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556394; }

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

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

background-color css

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

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

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

border-color css

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

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

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