Html Css Color HEX #566D94 Waikawa Grey

📋 copy color: '#566D94'

red 86 ◦ green 109 ◦ blue 148

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

Shades of Waikawa Grey #566D94

Tints of Waikawa Grey #566D94

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.78%

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

R = 25.07%
G = 31.78%
B = 43.15%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566D94 (or 0x566D94) is known color: Waikawa Grey. HEX triplet: 56, 6D and 94. RGB value is (86,109,148). Sum of RGB (Red+Green+Blue) = 86+109+148=343 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.07% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 148 (58.20% from 255 or 43.15% from 343); Max value from RGB is 148 - color contains mainly: blue. Hex color #566D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566D94 is #A9926B. Grayscale: #6A6A6A. Windows color (decimal): -11113068 or 9727318. OLE color: 9727318.

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

Color convert

RGB 86 109 148 -
CMYK 0.42 0.26 0 0.42
HSL 217.74º 0.26% 0.46% -
HSV(B) 217.74º 0.42% 0.58% -
XYZ 14.65 15.05 30.15 -
YUV 106.57 151.38 113.33 -
System Red Green Blue C M Y K H S L
Decimal 86 109 148 0.42 0.26 0 0.42 217.74 0.26 0.46
Hex 56 6D 94 2A 1A 0 2A DA 1A 2E
Octal 126 155 224 52 32 0 52 332 32 56
Binary 1010110 1101101 10010100 101010 11010 0 101010 11011010 11010 101110

Color Harmonies of #566D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566D94

Black with #566D94

Text Example


Text Example

White with #566D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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