Html Css Color HEX #58618D Waikawa Grey

📋 copy color: '#58618D'

red 88 ◦ green 97 ◦ blue 141

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

Shades of Waikawa Grey #58618D

Tints of Waikawa Grey #58618D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

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

R = 26.99%
G = 29.75%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58618D (or 0x58618D) is known color: Waikawa Grey. HEX triplet: 58, 61 and 8D. RGB value is (88,97,141). Sum of RGB (Red+Green+Blue) = 88+97+141=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 141 - color contains mainly: blue. Hex color #58618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58618D is #A79E72. Grayscale: #636363. Windows color (decimal): -10985075 or 9265496. OLE color: 9265496.

HSL color Cylindrical-coordinate representation of color #58618D: hue angle of 229.81º 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 #58618D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 97 141 -
CMYK 0.38 0.31 0 0.45
HSL 229.81º 0.23% 0.45% -
HSV(B) 229.81º 0.38% 0.55% -
XYZ 13.11 12.55 26.93 -
YUV 99.33 151.52 119.92 -
System Red Green Blue C M Y K H S L
Decimal 88 97 141 0.38 0.31 0 0.45 229.81 0.23 0.45
Hex 58 61 8D 26 1F 0 2D E6 17 2D
Octal 130 141 215 46 37 0 55 346 27 55
Binary 1011000 1100001 10001101 100110 11111 0 101101 11100110 10111 101101

Color Harmonies of #58618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58618D

Black with #58618D

Text Example


Text Example

White with #58618D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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