Html Css Color HEX #556293 Waikawa Grey

📋 copy color: '#556293'

red 85 ◦ green 98 ◦ blue 147

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

Shades of Waikawa Grey #556293

Tints of Waikawa Grey #556293

RGB

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

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

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

R = 25.76%
G = 29.7%
B = 44.55%

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

#556293 (or 0x556293) is known color: Waikawa Grey. HEX triplet: 55, 62 and 93. RGB value is (85,98,147). Sum of RGB (Red+Green+Blue) = 85+98+147=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #556293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556293 is #AA9D6C. Grayscale: #636363. Windows color (decimal): -11181421 or 9658965. OLE color: 9658965.

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

Color convert

RGB 85 98 147 -
CMYK 0.42 0.33 0 0.42
HSL 227.42º 0.27% 0.45% -
HSV(B) 227.42º 0.42% 0.58% -
XYZ 13.38 12.77 29.36 -
YUV 99.7 154.69 117.52 -
System Red Green Blue C M Y K H S L
Decimal 85 98 147 0.42 0.33 0 0.42 227.42 0.27 0.45
Hex 55 62 93 2A 21 0 2A E3 1B 2D
Octal 125 142 223 52 41 0 52 343 33 55
Binary 1010101 1100010 10010011 101010 100001 0 101010 11100011 11011 101101

Color Harmonies of #556293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556293

Black with #556293

Text Example


Text Example

White with #556293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556293; }

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

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

background-color css

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

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

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

border-color css

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

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

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