Html Css Color HEX #58678D Waikawa Grey

📋 copy color: '#58678D'

red 88 ◦ green 103 ◦ blue 141

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

Shades of Waikawa Grey #58678D

Tints of Waikawa Grey #58678D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 26.51%
G = 31.02%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58678D (or 0x58678D) is known color: Waikawa Grey. HEX triplet: 58, 67 and 8D. RGB value is (88,103,141). Sum of RGB (Red+Green+Blue) = 88+103+141=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 141 - color contains mainly: blue. Hex color #58678D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58678D is #A79872. Grayscale: #666666. Windows color (decimal): -10983539 or 9267032. OLE color: 9267032.

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

Color convert

RGB 88 103 141 -
CMYK 0.38 0.27 0 0.45
HSL 223.02º 0.23% 0.45% -
HSV(B) 223.02º 0.38% 0.55% -
XYZ 13.68 13.7 27.12 -
YUV 102.85 149.53 117.41 -
System Red Green Blue C M Y K H S L
Decimal 88 103 141 0.38 0.27 0 0.45 223.02 0.23 0.45
Hex 58 67 8D 26 1B 0 2D DF 17 2D
Octal 130 147 215 46 33 0 55 337 27 55
Binary 1011000 1100111 10001101 100110 11011 0 101101 11011111 10111 101101

Color Harmonies of #58678D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58678D

Black with #58678D

Text Example


Text Example

White with #58678D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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