Html Css Color HEX #58648D Waikawa Grey

📋 copy color: '#58648D'

red 88 ◦ green 100 ◦ blue 141

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

Shades of Waikawa Grey #58648D

Tints of Waikawa Grey #58648D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

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

R = 26.75%
G = 30.4%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58648D (or 0x58648D) is known color: Waikawa Grey. HEX triplet: 58, 64 and 8D. RGB value is (88,100,141). Sum of RGB (Red+Green+Blue) = 88+100+141=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #58648D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58648D is #A79B72. Grayscale: #646464. Windows color (decimal): -10984307 or 9266264. OLE color: 9266264.

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

Color convert

RGB 88 100 141 -
CMYK 0.38 0.29 0 0.45
HSL 226.42º 0.23% 0.45% -
HSV(B) 226.42º 0.38% 0.55% -
XYZ 13.39 13.11 27.02 -
YUV 101.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 88 100 141 0.38 0.29 0 0.45 226.42 0.23 0.45
Hex 58 64 8D 26 1D 0 2D E2 17 2D
Octal 130 144 215 46 35 0 55 342 27 55
Binary 1011000 1100100 10001101 100110 11101 0 101101 11100010 10111 101101

Color Harmonies of #58648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58648D

Black with #58648D

Text Example


Text Example

White with #58648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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