Html Css Color HEX #566293 Waikawa Grey

📋 copy color: '#566293'

red 86 ◦ green 98 ◦ blue 147

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

Shades of Waikawa Grey #566293

Tints of Waikawa Grey #566293

RGB

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

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

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

R = 25.98%
G = 29.61%
B = 44.41%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#566293 (or 0x566293) is known color: Waikawa Grey. HEX triplet: 56, 62 and 93. RGB value is (86,98,147). Sum of RGB (Red+Green+Blue) = 86+98+147=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 98 (38.67% from 255 or 29.61% 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 #566293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566293 is #A99D6C. Grayscale: #636363. Windows color (decimal): -11115885 or 9658966. OLE color: 9658966.

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

Color convert

RGB 86 98 147 -
CMYK 0.41 0.33 0 0.42
HSL 228.2º 0.26% 0.46% -
HSV(B) 228.2º 0.41% 0.58% -
XYZ 13.47 12.82 29.37 -
YUV 100 154.52 118.02 -
System Red Green Blue C M Y K H S L
Decimal 86 98 147 0.41 0.33 0 0.42 228.2 0.26 0.46
Hex 56 62 93 29 21 0 2A E4 1A 2E
Octal 126 142 223 51 41 0 52 344 32 56
Binary 1010110 1100010 10010011 101001 100001 0 101010 11100100 11010 101110

Color Harmonies of #566293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566293

Black with #566293

Text Example


Text Example

White with #566293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566293; }

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

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

background-color css

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

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

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

border-color css

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

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

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