Html Css Color HEX #58679B Waikawa Grey

📋 copy color: '#58679B'

red 88 ◦ green 103 ◦ blue 155

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

Shades of Waikawa Grey #58679B

Tints of Waikawa Grey #58679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 25.43%
G = 29.77%
B = 44.8%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#58679B (or 0x58679B) is known color: Waikawa Grey. HEX triplet: 58, 67 and 9B. RGB value is (88,103,155). Sum of RGB (Red+Green+Blue) = 88+103+155=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #58679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58679B is #A79864. Grayscale: #686868. Windows color (decimal): -10983525 or 10184536. OLE color: 10184536.

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

Color convert

RGB 88 103 155 -
CMYK 0.43 0.34 0 0.39
HSL 226.57º 0.28% 0.48% -
HSV(B) 226.57º 0.43% 0.61% -
XYZ 14.79 14.14 32.96 -
YUV 104.44 156.53 116.27 -
System Red Green Blue C M Y K H S L
Decimal 88 103 155 0.43 0.34 0 0.39 226.57 0.28 0.48
Hex 58 67 9B 2B 22 0 27 E3 1C 30
Octal 130 147 233 53 42 0 47 343 34 60
Binary 1011000 1100111 10011011 101011 100010 0 100111 11100011 11100 110000

Color Harmonies of #58679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58679B

Black with #58679B

Text Example


Text Example

White with #58679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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