Html Css Color HEX #58628D Waikawa Grey

📋 copy color: '#58628D'

red 88 ◦ green 98 ◦ blue 141

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

Shades of Waikawa Grey #58628D

Tints of Waikawa Grey #58628D

RGB

 RED value IS 88 (34.77% from 255) = 26.91%

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

 BLUE value IS 141 (55.47% from 255) = 43.12%

R = 26.91%
G = 29.97%
B = 43.12%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58628D (or 0x58628D) is known color: Waikawa Grey. HEX triplet: 58, 62 and 8D. RGB value is (88,98,141). Sum of RGB (Red+Green+Blue) = 88+98+141=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 98 (38.67% from 255 or 29.97% from 327); Blue value is 141 (55.47% from 255 or 43.12% from 327); Max value from RGB is 141 - color contains mainly: blue. Hex color #58628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58628D is #A79D72. Grayscale: #636363. Windows color (decimal): -10984819 or 9265752. OLE color: 9265752.

HSL color Cylindrical-coordinate representation of color #58628D: hue angle of 228.68º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58628D is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 98 141 -
CMYK 0.38 0.30 0 0.45
HSL 228.68º 0.23% 0.45% -
HSV(B) 228.68º 0.38% 0.55% -
XYZ 13.2 12.73 26.96 -
YUV 99.91 151.19 119.5 -
System Red Green Blue C M Y K H S L
Decimal 88 98 141 0.38 0.30 0 0.45 228.68 0.23 0.45
Hex 58 62 8D 26 1E 0 2D E5 17 2D
Octal 130 142 215 46 36 0 55 345 27 55
Binary 1011000 1100010 10001101 100110 11110 0 101101 11100101 10111 101101

Color Harmonies of #58628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58628D

Black with #58628D

Text Example


Text Example

White with #58628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58628D; }

 p { color: rgb(88,98,141); }

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

background-color css

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

 a { background-color: rgb(88,98,141); }

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

border-color css

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

 span { border-color: rgb(88,98,141); }

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