Html Css Color HEX #58698D Waikawa Grey

📋 copy color: '#58698D'

red 88 ◦ green 105 ◦ blue 141

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

Shades of Waikawa Grey #58698D

Tints of Waikawa Grey #58698D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.44%

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

R = 26.35%
G = 31.44%
B = 42.22%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58698D (or 0x58698D) is known color: Waikawa Grey. HEX triplet: 58, 69 and 8D. RGB value is (88,105,141). Sum of RGB (Red+Green+Blue) = 88+105+141=334 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.35% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #58698D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58698D is #A79672. Grayscale: #676767. Windows color (decimal): -10983027 or 9267544. OLE color: 9267544.

HSL color Cylindrical-coordinate representation of color #58698D: hue angle of 220.75º 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 #58698D is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 105 141 -
CMYK 0.38 0.26 0 0.45
HSL 220.75º 0.23% 0.45% -
HSV(B) 220.75º 0.38% 0.55% -
XYZ 13.88 14.1 27.19 -
YUV 104.02 148.87 116.57 -
System Red Green Blue C M Y K H S L
Decimal 88 105 141 0.38 0.26 0 0.45 220.75 0.23 0.45
Hex 58 69 8D 26 1A 0 2D DD 17 2D
Octal 130 151 215 46 32 0 55 335 27 55
Binary 1011000 1101001 10001101 100110 11010 0 101101 11011101 10111 101101

Color Harmonies of #58698D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58698D

Black with #58698D

Text Example


Text Example

White with #58698D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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