Html Css Color HEX #556692 Waikawa Grey

📋 copy color: '#556692'

red 85 ◦ green 102 ◦ blue 146

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

Shades of Waikawa Grey #556692

Tints of Waikawa Grey #556692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 25.53%
G = 30.63%
B = 43.84%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#556692 (or 0x556692) is known color: Waikawa Grey. HEX triplet: 55, 66 and 92. RGB value is (85,102,146). Sum of RGB (Red+Green+Blue) = 85+102+146=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 102 (40.23% from 255 or 30.63% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #556692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556692 is #AA996D. Grayscale: #656565. Windows color (decimal): -11180398 or 9594453. OLE color: 9594453.

HSL color Cylindrical-coordinate representation of color #556692: hue angle of 223.28º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #556692 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 102 146 -
CMYK 0.42 0.30 0 0.43
HSL 223.28º 0.26% 0.45% -
HSV(B) 223.28º 0.42% 0.57% -
XYZ 13.69 13.51 29.08 -
YUV 101.93 152.87 115.92 -
System Red Green Blue C M Y K H S L
Decimal 85 102 146 0.42 0.30 0 0.43 223.28 0.26 0.45
Hex 55 66 92 2A 1E 0 2B DF 1A 2D
Octal 125 146 222 52 36 0 53 337 32 55
Binary 1010101 1100110 10010010 101010 11110 0 101011 11011111 11010 101101

Color Harmonies of #556692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556692

Black with #556692

Text Example


Text Example

White with #556692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556692; }

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

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

background-color css

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

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

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

border-color css

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

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

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