Html Css Color HEX #556993 Waikawa Grey

📋 copy color: '#556993'

red 85 ◦ green 105 ◦ blue 147

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

Shades of Waikawa Grey #556993

Tints of Waikawa Grey #556993

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 25.22%
G = 31.16%
B = 43.62%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556993 (or 0x556993) is known color: Waikawa Grey. HEX triplet: 55, 69 and 93. RGB value is (85,105,147). Sum of RGB (Red+Green+Blue) = 85+105+147=337 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.22% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #556993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556993 is #AA966C. Grayscale: #676767. Windows color (decimal): -11179629 or 9660757. OLE color: 9660757.

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

Color convert

RGB 85 105 147 -
CMYK 0.42 0.29 0 0.42
HSL 220.65º 0.27% 0.45% -
HSV(B) 220.65º 0.42% 0.58% -
XYZ 14.06 14.14 29.59 -
YUV 103.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 85 105 147 0.42 0.29 0 0.42 220.65 0.27 0.45
Hex 55 69 93 2A 1D 0 2A DD 1B 2D
Octal 125 151 223 52 35 0 52 335 33 55
Binary 1010101 1101001 10010011 101010 11101 0 101010 11011101 11011 101101

Color Harmonies of #556993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556993

Black with #556993

Text Example


Text Example

White with #556993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556993; }

 p { color: rgb(85,105,147); }

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

background-color css

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

 a { background-color: rgb(85,105,147); }

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

border-color css

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

 span { border-color: rgb(85,105,147); }

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