Html Css Color HEX #58658C Waikawa Grey

📋 copy color: '#58658C'

red 88 ◦ green 101 ◦ blue 140

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

Shades of Waikawa Grey #58658C

Tints of Waikawa Grey #58658C

RGB

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

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

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

R = 26.75%
G = 30.7%
B = 42.55%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58658C (or 0x58658C) is known color: Waikawa Grey. HEX triplet: 58, 65 and 8C. RGB value is (88,101,140). Sum of RGB (Red+Green+Blue) = 88+101+140=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 140 - color contains mainly: blue. Hex color #58658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58658C is #A79A73. Grayscale: #656565. Windows color (decimal): -10984052 or 9200984. OLE color: 9200984.

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

Color convert

RGB 88 101 140 -
CMYK 0.37 0.28 0 0.45
HSL 225º 0.23% 0.45% -
HSV(B) 225º 0.37% 0.55% -
XYZ 13.41 13.28 26.67 -
YUV 101.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 88 101 140 0.37 0.28 0 0.45 225 0.23 0.45
Hex 58 65 8C 25 1C 0 2D E1 17 2D
Octal 130 145 214 45 34 0 55 341 27 55
Binary 1011000 1100101 10001100 100101 11100 0 101101 11100001 10111 101101

Color Harmonies of #58658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58658C

Black with #58658C

Text Example


Text Example

White with #58658C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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