Html Css Color HEX #58689B Waikawa Grey

📋 copy color: '#58689B'

red 88 ◦ green 104 ◦ blue 155

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

Shades of Waikawa Grey #58689B

Tints of Waikawa Grey #58689B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

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

R = 25.36%
G = 29.97%
B = 44.67%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58689B (or 0x58689B) is known color: Waikawa Grey. HEX triplet: 58, 68 and 9B. RGB value is (88,104,155). Sum of RGB (Red+Green+Blue) = 88+104+155=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #58689B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58689B is #A79764. Grayscale: #686868. Windows color (decimal): -10983269 or 10184792. OLE color: 10184792.

HSL color Cylindrical-coordinate representation of color #58689B: hue angle of 225.67º 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 #58689B is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 104 155 -
CMYK 0.43 0.33 0 0.39
HSL 225.67º 0.28% 0.48% -
HSV(B) 225.67º 0.43% 0.61% -
XYZ 14.89 14.34 32.99 -
YUV 105.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 88 104 155 0.43 0.33 0 0.39 225.67 0.28 0.48
Hex 58 68 9B 2B 21 0 27 E2 1C 30
Octal 130 150 233 53 41 0 47 342 34 60
Binary 1011000 1101000 10011011 101011 100001 0 100111 11100010 11100 110000

Color Harmonies of #58689B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58689B

Black with #58689B

Text Example


Text Example

White with #58689B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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