Html Css Color HEX #55628C Waikawa Grey

📋 copy color: '#55628C'

red 85 ◦ green 98 ◦ blue 140

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

Shades of Waikawa Grey #55628C

Tints of Waikawa Grey #55628C

RGB

 RED value IS 85 (33.59% from 255) = 26.32%

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

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

R = 26.32%
G = 30.34%
B = 43.34%

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

#55628C (or 0x55628C) is known color: Waikawa Grey. HEX triplet: 55, 62 and 8C. RGB value is (85,98,140). Sum of RGB (Red+Green+Blue) = 85+98+140=323 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.32% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #55628C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55628C is #AA9D73. Grayscale: #626262. Windows color (decimal): -11181428 or 9200213. OLE color: 9200213.

HSL color Cylindrical-coordinate representation of color #55628C: hue angle of 225.82º 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 #55628C is Cyan = 0.39, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 98 140 -
CMYK 0.39 0.3 0 0.45
HSL 225.82º 0.24% 0.44% -
HSV(B) 225.82º 0.39% 0.55% -
XYZ 12.85 12.56 26.56 -
YUV 98.9 151.19 118.08 -
System Red Green Blue C M Y K H S L
Decimal 85 98 140 0.39 0.3 0 0.45 225.82 0.24 0.44
Hex 55 62 8C 27 1E 0 2D E2 18 2C
Octal 125 142 214 47 36 0 55 342 30 54
Binary 1010101 1100010 10001100 100111 11110 0 101101 11100010 11000 101100

Color Harmonies of #55628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55628C

Black with #55628C

Text Example


Text Example

White with #55628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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