Html Css Color HEX #58769A Waikawa Grey

📋 copy color: '#58769A'

red 88 ◦ green 118 ◦ blue 154

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

Shades of Waikawa Grey #58769A

Tints of Waikawa Grey #58769A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.78%

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

R = 24.44%
G = 32.78%
B = 42.78%

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

#58769A (or 0x58769A) is known color: Waikawa Grey. HEX triplet: 58, 76 and 9A. RGB value is (88,118,154). Sum of RGB (Red+Green+Blue) = 88+118+154=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 118 (46.48% from 255 or 32.78% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #58769A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58769A is #A78965. Grayscale: #707070. Windows color (decimal): -10979686 or 10122840. OLE color: 10122840.

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

Color convert

RGB 88 118 154 -
CMYK 0.43 0.23 0 0.40
HSL 212.73º 0.27% 0.47% -
HSV(B) 212.73º 0.43% 0.6% -
XYZ 16.34 17.36 33.06 -
YUV 113.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 88 118 154 0.43 0.23 0 0.40 212.73 0.27 0.47
Hex 58 76 9A 2B 17 0 28 D5 1B 2F
Octal 130 166 232 53 27 0 50 325 33 57
Binary 1011000 1110110 10011010 101011 10111 0 101000 11010101 11011 101111

Color Harmonies of #58769A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58769A

Black with #58769A

Text Example


Text Example

White with #58769A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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