Html Css Color HEX #58779A Waikawa Grey

📋 copy color: '#58779A'

red 88 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #58779A

Tints of Waikawa Grey #58779A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.96%

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

R = 24.38%
G = 32.96%
B = 42.66%

CMYK

 C value IS 0.43

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58779A (or 0x58779A) is known color: Waikawa Grey. HEX triplet: 58, 77 and 9A. RGB value is (88,119,154). Sum of RGB (Red+Green+Blue) = 88+119+154=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 119 (46.88% from 255 or 32.96% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 154 - color contains mainly: blue. Hex color #58779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58779A is #A78865. Grayscale: #717171. Windows color (decimal): -10979430 or 10123096. OLE color: 10123096.

HSL color Cylindrical-coordinate representation of color #58779A: hue angle of 211.82º 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 #58779A is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 119 154 -
CMYK 0.43 0.23 0 0.40
HSL 211.82º 0.27% 0.47% -
HSV(B) 211.82º 0.43% 0.6% -
XYZ 16.45 17.6 33.1 -
YUV 113.72 150.73 109.65 -
System Red Green Blue C M Y K H S L
Decimal 88 119 154 0.43 0.23 0 0.40 211.82 0.27 0.47
Hex 58 77 9A 2B 17 0 28 D4 1B 2F
Octal 130 167 232 53 27 0 50 324 33 57
Binary 1011000 1110111 10011010 101011 10111 0 101000 11010100 11011 101111

Color Harmonies of #58779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58779A

Black with #58779A

Text Example


Text Example

White with #58779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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