Html Css Color HEX #56628C Waikawa Grey

📋 copy color: '#56628C'

red 86 ◦ green 98 ◦ blue 140

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

Shades of Waikawa Grey #56628C

Tints of Waikawa Grey #56628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 43.21%

R = 26.54%
G = 30.25%
B = 43.21%

CMYK

 C value IS 0.39

 M value IS 0.3

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#56628C (or 0x56628C) is known color: Waikawa Grey. HEX triplet: 56, 62 and 8C. RGB value is (86,98,140). Sum of RGB (Red+Green+Blue) = 86+98+140=324 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.54% from 324); Green value is 98 (38.67% from 255 or 30.25% from 324); Blue value is 140 (55.08% from 255 or 43.21% from 324); Max value from RGB is 140 - color contains mainly: blue. Hex color #56628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56628C is #A99D73. Grayscale: #636363. Windows color (decimal): -11115892 or 9200214. OLE color: 9200214.

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

Color convert

RGB 86 98 140 -
CMYK 0.39 0.3 0 0.45
HSL 226.67º 0.24% 0.44% -
HSV(B) 226.67º 0.39% 0.55% -
XYZ 12.94 12.61 26.56 -
YUV 99.2 151.02 118.58 -
System Red Green Blue C M Y K H S L
Decimal 86 98 140 0.39 0.3 0 0.45 226.67 0.24 0.44
Hex 56 62 8C 27 1E 0 2D E3 18 2C
Octal 126 142 214 47 36 0 55 343 30 54
Binary 1010110 1100010 10001100 100111 11110 0 101101 11100011 11000 101100

Color Harmonies of #56628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56628C

Black with #56628C

Text Example


Text Example

White with #56628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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