Html Css Color HEX #556393 Waikawa Grey

📋 copy color: '#556393'

red 85 ◦ green 99 ◦ blue 147

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

Shades of Waikawa Grey #556393

Tints of Waikawa Grey #556393

RGB

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

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

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

R = 25.68%
G = 29.91%
B = 44.41%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#556393 (or 0x556393) is known color: Waikawa Grey. HEX triplet: 55, 63 and 93. RGB value is (85,99,147). Sum of RGB (Red+Green+Blue) = 85+99+147=331 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.68% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #556393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556393 is #AA9C6C. Grayscale: #646464. Windows color (decimal): -11181165 or 9659221. OLE color: 9659221.

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

Color convert

RGB 85 99 147 -
CMYK 0.42 0.33 0 0.42
HSL 226.45º 0.27% 0.45% -
HSV(B) 226.45º 0.42% 0.58% -
XYZ 13.47 12.96 29.4 -
YUV 100.29 154.36 117.1 -
System Red Green Blue C M Y K H S L
Decimal 85 99 147 0.42 0.33 0 0.42 226.45 0.27 0.45
Hex 55 63 93 2A 21 0 2A E2 1B 2D
Octal 125 143 223 52 41 0 52 342 33 55
Binary 1010101 1100011 10010011 101010 100001 0 101010 11100010 11011 101101

Color Harmonies of #556393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556393

Black with #556393

Text Example


Text Example

White with #556393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556393; }

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

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

background-color css

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

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

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

border-color css

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

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

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