Html Css Color HEX #58658D Waikawa Grey

📋 copy color: '#58658D'

red 88 ◦ green 101 ◦ blue 141

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

Shades of Waikawa Grey #58658D

Tints of Waikawa Grey #58658D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.61%

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

R = 26.67%
G = 30.61%
B = 42.73%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58658D (or 0x58658D) is known color: Waikawa Grey. HEX triplet: 58, 65 and 8D. RGB value is (88,101,141). Sum of RGB (Red+Green+Blue) = 88+101+141=330 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.67% from 330); Green value is 101 (39.84% from 255 or 30.61% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 141 - color contains mainly: blue. Hex color #58658D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658D is #A79A72. Grayscale: #656565. Windows color (decimal): -10984051 or 9266520. OLE color: 9266520.

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

Color convert

RGB 88 101 141 -
CMYK 0.38 0.28 0 0.45
HSL 225.28º 0.23% 0.45% -
HSV(B) 225.28º 0.38% 0.55% -
XYZ 13.49 13.31 27.06 -
YUV 101.67 150.19 118.25 -
System Red Green Blue C M Y K H S L
Decimal 88 101 141 0.38 0.28 0 0.45 225.28 0.23 0.45
Hex 58 65 8D 26 1C 0 2D E1 17 2D
Octal 130 145 215 46 34 0 55 341 27 55
Binary 1011000 1100101 10001101 100110 11100 0 101101 11100001 10111 101101

Color Harmonies of #58658D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58658D

Black with #58658D

Text Example


Text Example

White with #58658D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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