Html Css Color HEX #586185 Waikawa Grey

📋 copy color: '#586185'

red 88 ◦ green 97 ◦ blue 133

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

Shades of Waikawa Grey #586185

Tints of Waikawa Grey #586185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.82%

R = 27.67%
G = 30.5%
B = 41.82%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#586185 (or 0x586185) is known color: Waikawa Grey. HEX triplet: 58, 61 and 85. RGB value is (88,97,133). Sum of RGB (Red+Green+Blue) = 88+97+133=318 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.67% from 318); Green value is 97 (38.28% from 255 or 30.50% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #586185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586185 is #A79E7A. Grayscale: #626262. Windows color (decimal): -10985083 or 8741208. OLE color: 8741208.

HSL color Cylindrical-coordinate representation of color #586185: hue angle of 228º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #586185 is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 88 97 133 -
CMYK 0.34 0.27 0 0.48
HSL 228º 0.2% 0.43% -
HSV(B) 228º 0.34% 0.52% -
XYZ 12.53 12.32 23.91 -
YUV 98.41 147.52 120.57 -
System Red Green Blue C M Y K H S L
Decimal 88 97 133 0.34 0.27 0 0.48 228 0.2 0.43
Hex 58 61 85 22 1B 0 30 E4 14 2B
Octal 130 141 205 42 33 0 60 344 24 53
Binary 1011000 1100001 10000101 100010 11011 0 110000 11100100 10100 101011

Color Harmonies of #586185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586185

Black with #586185

Text Example


Text Example

White with #586185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586185; }

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

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

background-color css

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

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

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

border-color css

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

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

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