Html Css Color HEX #58659A Waikawa Grey

📋 copy color: '#58659A'

red 88 ◦ green 101 ◦ blue 154

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

Shades of Waikawa Grey #58659A

Tints of Waikawa Grey #58659A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.45%

 BLUE value IS 154 (60.55% from 255) = 44.9%

R = 25.66%
G = 29.45%
B = 44.9%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#58659A (or 0x58659A) is known color: Waikawa Grey. HEX triplet: 58, 65 and 9A. RGB value is (88,101,154). Sum of RGB (Red+Green+Blue) = 88+101+154=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #58659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58659A is #A79A65. Grayscale: #666666. Windows color (decimal): -10984038 or 10118488. OLE color: 10118488.

HSL color Cylindrical-coordinate representation of color #58659A: hue angle of 228.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58659A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 88 101 154 -
CMYK 0.43 0.34 0 0.40
HSL 228.18º 0.27% 0.47% -
HSV(B) 228.18º 0.43% 0.6% -
XYZ 14.51 13.72 32.45 -
YUV 103.16 156.69 117.19 -
System Red Green Blue C M Y K H S L
Decimal 88 101 154 0.43 0.34 0 0.40 228.18 0.27 0.47
Hex 58 65 9A 2B 22 0 28 E4 1B 2F
Octal 130 145 232 53 42 0 50 344 33 57
Binary 1011000 1100101 10011010 101011 100010 0 101000 11100100 11011 101111

Color Harmonies of #58659A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58659A

Black with #58659A

Text Example


Text Example

White with #58659A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58659A; }

 p { color: rgb(88,101,154); }

 H1.HeaderClassName
 {
   color: #58659A;
 }
 .AnyTagClassName
 {
   color: #58659A;
 }
</style>

background-color css

<style>
 a { background-color: #58659A; }

 a { background-color: rgb(88,101,154); }

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

border-color css

<style>
 span { border-color: #58659A; }

 span { border-color: rgb(88,101,154); }

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