Html Css Color HEX #58658A Waikawa Grey

📋 copy color: '#58658A'

red 88 ◦ green 101 ◦ blue 138

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

Shades of Waikawa Grey #58658A

Tints of Waikawa Grey #58658A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 26.91%
G = 30.89%
B = 42.2%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58658A (or 0x58658A) is known color: Waikawa Grey. HEX triplet: 58, 65 and 8A. RGB value is (88,101,138). Sum of RGB (Red+Green+Blue) = 88+101+138=327 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.91% from 327); Green value is 101 (39.84% from 255 or 30.89% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 138 - color contains mainly: blue. Hex color #58658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658A is #A79A75. Grayscale: #656565. Windows color (decimal): -10984054 or 9069912. OLE color: 9069912.

HSL color Cylindrical-coordinate representation of color #58658A: hue angle of 224.4º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #58658A is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 101 138 -
CMYK 0.36 0.27 0 0.46
HSL 224.4º 0.22% 0.44% -
HSV(B) 224.4º 0.36% 0.54% -
XYZ 13.27 13.22 25.9 -
YUV 101.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 88 101 138 0.36 0.27 0 0.46 224.4 0.22 0.44
Hex 58 65 8A 24 1B 0 2E E0 16 2C
Octal 130 145 212 44 33 0 56 340 26 54
Binary 1011000 1100101 10001010 100100 11011 0 101110 11100000 10110 101100

Color Harmonies of #58658A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58658A

Black with #58658A

Text Example


Text Example

White with #58658A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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