Html Css Color HEX #56628E Waikawa Grey

📋 copy color: '#56628E'

red 86 ◦ green 98 ◦ blue 142

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

Shades of Waikawa Grey #56628E

Tints of Waikawa Grey #56628E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 43.56%

R = 26.38%
G = 30.06%
B = 43.56%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#56628E (or 0x56628E) is known color: Waikawa Grey. HEX triplet: 56, 62 and 8E. RGB value is (86,98,142). Sum of RGB (Red+Green+Blue) = 86+98+142=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 142 (55.86% from 255 or 43.56% from 326); Max value from RGB is 142 - color contains mainly: blue. Hex color #56628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628E is #A99D71. Grayscale: #636363. Windows color (decimal): -11115890 or 9331286. OLE color: 9331286.

HSL color Cylindrical-coordinate representation of color #56628E: hue angle of 227.14º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #56628E is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 86 98 142 -
CMYK 0.39 0.31 0 0.44
HSL 227.14º 0.25% 0.45% -
HSV(B) 227.14º 0.39% 0.56% -
XYZ 13.09 12.67 27.35 -
YUV 99.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 86 98 142 0.39 0.31 0 0.44 227.14 0.25 0.45
Hex 56 62 8E 27 1F 0 2C E3 19 2D
Octal 126 142 216 47 37 0 54 343 31 55
Binary 1010110 1100010 10001110 100111 11111 0 101100 11100011 11001 101101

Color Harmonies of #56628E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56628E

Black with #56628E

Text Example


Text Example

White with #56628E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56628E; }

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

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

background-color css

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

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

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

border-color css

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

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

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