Html Css Color HEX #56628A Waikawa Grey

📋 copy color: '#56628A'

red 86 ◦ green 98 ◦ blue 138

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

Shades of Waikawa Grey #56628A

Tints of Waikawa Grey #56628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.86%

R = 26.71%
G = 30.43%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#56628A (or 0x56628A) is known color: Waikawa Grey. HEX triplet: 56, 62 and 8A. RGB value is (86,98,138). Sum of RGB (Red+Green+Blue) = 86+98+138=322 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.71% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 138 (54.30% from 255 or 42.86% from 322); Max value from RGB is 138 - color contains mainly: blue. Hex color #56628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628A is #A99D75. Grayscale: #626262. Windows color (decimal): -11115894 or 9069142. OLE color: 9069142.

HSL color Cylindrical-coordinate representation of color #56628A: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #56628A is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 86 98 138 -
CMYK 0.38 0.29 0 0.46
HSL 226.15º 0.23% 0.44% -
HSV(B) 226.15º 0.38% 0.54% -
XYZ 12.79 12.55 25.79 -
YUV 98.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 86 98 138 0.38 0.29 0 0.46 226.15 0.23 0.44
Hex 56 62 8A 26 1D 0 2E E2 17 2C
Octal 126 142 212 46 35 0 56 342 27 54
Binary 1010110 1100010 10001010 100110 11101 0 101110 11100010 10111 101100

Color Harmonies of #56628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56628A

Black with #56628A

Text Example


Text Example

White with #56628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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