Html Css Color HEX #58678E Waikawa Grey

📋 copy color: '#58678E'

red 88 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #58678E

Tints of Waikawa Grey #58678E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 26.43%
G = 30.93%
B = 42.64%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#58678E (or 0x58678E) is known color: Waikawa Grey. HEX triplet: 58, 67 and 8E. RGB value is (88,103,142). Sum of RGB (Red+Green+Blue) = 88+103+142=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #58678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58678E is #A79871. Grayscale: #666666. Windows color (decimal): -10983538 or 9332568. OLE color: 9332568.

HSL color Cylindrical-coordinate representation of color #58678E: hue angle of 223.33º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58678E is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 103 142 -
CMYK 0.38 0.27 0 0.44
HSL 223.33º 0.23% 0.45% -
HSV(B) 223.33º 0.38% 0.56% -
XYZ 13.76 13.73 27.52 -
YUV 102.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 88 103 142 0.38 0.27 0 0.44 223.33 0.23 0.45
Hex 58 67 8E 26 1B 0 2C DF 17 2D
Octal 130 147 216 46 33 0 54 337 27 55
Binary 1011000 1100111 10001110 100110 11011 0 101100 11011111 10111 101101

Color Harmonies of #58678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58678E

Black with #58678E

Text Example


Text Example

White with #58678E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58678E; }

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

 H1.HeaderClassName
 {
   color: #58678E;
 }
 .AnyTagClassName
 {
   color: #58678E;
 }
</style>

background-color css

<style>
 a { background-color: #58678E; }

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

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

border-color css

<style>
 span { border-color: #58678E; }

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

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