Html Css Color HEX #566792 Waikawa Grey

📋 copy color: '#566792'

red 86 ◦ green 103 ◦ blue 146

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

Shades of Waikawa Grey #566792

Tints of Waikawa Grey #566792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

 BLUE value IS 146 (57.42% from 255) = 43.58%

R = 25.67%
G = 30.75%
B = 43.58%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#566792 (or 0x566792) is known color: Waikawa Grey. HEX triplet: 56, 67 and 92. RGB value is (86,103,146). Sum of RGB (Red+Green+Blue) = 86+103+146=335 (44% of max value = 765). Red value is 86 (33.98% from 255 or 25.67% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 146 (57.42% from 255 or 43.58% from 335); Max value from RGB is 146 - color contains mainly: blue. Hex color #566792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #566792 is #A9986D. Grayscale: #666666. Windows color (decimal): -11114606 or 9594710. OLE color: 9594710.

HSL color Cylindrical-coordinate representation of color #566792: hue angle of 223º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #566792 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 86 103 146 -
CMYK 0.41 0.29 0 0.43
HSL 223º 0.26% 0.45% -
HSV(B) 223º 0.41% 0.57% -
XYZ 13.88 13.75 29.12 -
YUV 102.82 152.37 116 -
System Red Green Blue C M Y K H S L
Decimal 86 103 146 0.41 0.29 0 0.43 223 0.26 0.45
Hex 56 67 92 29 1D 0 2B DF 1A 2D
Octal 126 147 222 51 35 0 53 337 32 55
Binary 1010110 1100111 10010010 101001 11101 0 101011 11011111 11010 101101

Color Harmonies of #566792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566792

Black with #566792

Text Example


Text Example

White with #566792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566792; }

 p { color: rgb(86,103,146); }

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

background-color css

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

 a { background-color: rgb(86,103,146); }

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

border-color css

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

 span { border-color: rgb(86,103,146); }

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