Html Css Color HEX #58739A Waikawa Grey

📋 copy color: '#58739A'

red 88 ◦ green 115 ◦ blue 154

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

Shades of Waikawa Grey #58739A

Tints of Waikawa Grey #58739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

 BLUE value IS 154 (60.55% from 255) = 43.14%

R = 24.65%
G = 32.21%
B = 43.14%

CMYK

 C value IS 0.43

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58739A (or 0x58739A) is known color: Waikawa Grey. HEX triplet: 58, 73 and 9A. RGB value is (88,115,154). Sum of RGB (Red+Green+Blue) = 88+115+154=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 154 (60.55% from 255 or 43.14% from 357); Max value from RGB is 154 - color contains mainly: blue. Hex color #58739A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58739A is #A78C65. Grayscale: #6F6F6F. Windows color (decimal): -10980454 or 10122072. OLE color: 10122072.

HSL color Cylindrical-coordinate representation of color #58739A: hue angle of 215.45º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58739A is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 115 154 -
CMYK 0.43 0.25 0 0.40
HSL 215.45º 0.27% 0.47% -
HSV(B) 215.45º 0.43% 0.6% -
XYZ 15.99 16.67 32.95 -
YUV 111.37 152.05 111.33 -
System Red Green Blue C M Y K H S L
Decimal 88 115 154 0.43 0.25 0 0.40 215.45 0.27 0.47
Hex 58 73 9A 2B 19 0 28 D7 1B 2F
Octal 130 163 232 53 31 0 50 327 33 57
Binary 1011000 1110011 10011010 101011 11001 0 101000 11010111 11011 101111

Color Harmonies of #58739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58739A

Black with #58739A

Text Example


Text Example

White with #58739A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,115,154); }

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

background-color css

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

 a { background-color: rgb(88,115,154); }

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

border-color css

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

 span { border-color: rgb(88,115,154); }

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