Html Css Color HEX #58618B Waikawa Grey

📋 copy color: '#58618B'

red 88 ◦ green 97 ◦ blue 139

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

Shades of Waikawa Grey #58618B

Tints of Waikawa Grey #58618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.94%

 BLUE value IS 139 (54.69% from 255) = 42.9%

R = 27.16%
G = 29.94%
B = 42.9%

CMYK

 C value IS 0.37

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58618B (or 0x58618B) is known color: Waikawa Grey. HEX triplet: 58, 61 and 8B. RGB value is (88,97,139). Sum of RGB (Red+Green+Blue) = 88+97+139=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 139 - color contains mainly: blue. Hex color #58618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58618B is #A79E74. Grayscale: #626262. Windows color (decimal): -10985077 or 9134424. OLE color: 9134424.

HSL color Cylindrical-coordinate representation of color #58618B: hue angle of 229.41º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58618B is Cyan = 0.37, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 97 139 -
CMYK 0.37 0.30 0 0.45
HSL 229.41º 0.22% 0.45% -
HSV(B) 229.41º 0.37% 0.55% -
XYZ 12.96 12.49 26.15 -
YUV 99.1 150.52 120.08 -
System Red Green Blue C M Y K H S L
Decimal 88 97 139 0.37 0.30 0 0.45 229.41 0.22 0.45
Hex 58 61 8B 25 1E 0 2D E5 16 2D
Octal 130 141 213 45 36 0 55 345 26 55
Binary 1011000 1100001 10001011 100101 11110 0 101101 11100101 10110 101101

Color Harmonies of #58618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58618B

Black with #58618B

Text Example


Text Example

White with #58618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,97,139); }

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

background-color css

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

 a { background-color: rgb(88,97,139); }

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

border-color css

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

 span { border-color: rgb(88,97,139); }

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