Html Css Color HEX #566294 Waikawa Grey

📋 copy color: '#566294'

red 86 ◦ green 98 ◦ blue 148

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

Shades of Waikawa Grey #566294

Tints of Waikawa Grey #566294

RGB

 RED value IS 86 (33.98% from 255) = 25.9%

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

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

R = 25.9%
G = 29.52%
B = 44.58%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566294 (or 0x566294) is known color: Waikawa Grey. HEX triplet: 56, 62 and 94. RGB value is (86,98,148). Sum of RGB (Red+Green+Blue) = 86+98+148=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 98 (38.67% from 255 or 29.52% 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 #566294 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566294 is #A99D6B. Grayscale: #636363. Windows color (decimal): -11115884 or 9724502. OLE color: 9724502.

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

Color convert

RGB 86 98 148 -
CMYK 0.42 0.34 0 0.42
HSL 228.39º 0.26% 0.46% -
HSV(B) 228.39º 0.42% 0.58% -
XYZ 13.55 12.85 29.78 -
YUV 100.11 155.02 117.93 -
System Red Green Blue C M Y K H S L
Decimal 86 98 148 0.42 0.34 0 0.42 228.39 0.26 0.46
Hex 56 62 94 2A 22 0 2A E4 1A 2E
Octal 126 142 224 52 42 0 52 344 32 56
Binary 1010110 1100010 10010100 101010 100010 0 101010 11100100 11010 101110

Color Harmonies of #566294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566294

Black with #566294

Text Example


Text Example

White with #566294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566294; }

 p { color: rgb(86,98,148); }

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

background-color css

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

 a { background-color: rgb(86,98,148); }

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

border-color css

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

 span { border-color: rgb(86,98,148); }

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