Html Css Color HEX #58709B Waikawa Grey

📋 copy color: '#58709B'

red 88 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #58709B

Tints of Waikawa Grey #58709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 24.79%
G = 31.55%
B = 43.66%

CMYK

 C value IS 0.43

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58709B (or 0x58709B) is known color: Waikawa Grey. HEX triplet: 58, 70 and 9B. RGB value is (88,112,155). Sum of RGB (Red+Green+Blue) = 88+112+155=355 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.79% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #58709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58709B is #A78F64. Grayscale: #6D6D6D. Windows color (decimal): -10981221 or 10186840. OLE color: 10186840.

HSL color Cylindrical-coordinate representation of color #58709B: hue angle of 218.51º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58709B is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 112 155 -
CMYK 0.43 0.28 0 0.39
HSL 218.51º 0.28% 0.48% -
HSV(B) 218.51º 0.43% 0.61% -
XYZ 15.74 16.03 33.28 -
YUV 109.73 153.55 112.5 -
System Red Green Blue C M Y K H S L
Decimal 88 112 155 0.43 0.28 0 0.39 218.51 0.28 0.48
Hex 58 70 9B 2B 1C 0 27 DB 1C 30
Octal 130 160 233 53 34 0 47 333 34 60
Binary 1011000 1110000 10011011 101011 11100 0 100111 11011011 11100 110000

Color Harmonies of #58709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58709B

Black with #58709B

Text Example


Text Example

White with #58709B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58709B; }

 p { color: rgb(88,112,155); }

 H1.HeaderClassName
 {
   color: #58709B;
 }
 .AnyTagClassName
 {
   color: #58709B;
 }
</style>

background-color css

<style>
 a { background-color: #58709B; }

 a { background-color: rgb(88,112,155); }

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

border-color css

<style>
 span { border-color: #58709B; }

 span { border-color: rgb(88,112,155); }

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