Html Css Color HEX #586594 Waikawa Grey

📋 copy color: '#586594'

red 88 ◦ green 101 ◦ blue 148

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

Shades of Waikawa Grey #586594

Tints of Waikawa Grey #586594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 43.92%

R = 26.11%
G = 29.97%
B = 43.92%

CMYK

 C value IS 0.41

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586594 (or 0x586594) is known color: Waikawa Grey. HEX triplet: 58, 65 and 94. RGB value is (88,101,148). Sum of RGB (Red+Green+Blue) = 88+101+148=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 148 - color contains mainly: blue. Hex color #586594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586594 is #A79A6B. Grayscale: #666666. Windows color (decimal): -10984044 or 9725272. OLE color: 9725272.

HSL color Cylindrical-coordinate representation of color #586594: hue angle of 227º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #586594 is Cyan = 0.41, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 101 148 -
CMYK 0.41 0.32 0 0.42
HSL 227º 0.25% 0.46% -
HSV(B) 227º 0.41% 0.58% -
XYZ 14.02 13.52 29.89 -
YUV 102.47 153.69 117.68 -
System Red Green Blue C M Y K H S L
Decimal 88 101 148 0.41 0.32 0 0.42 227 0.25 0.46
Hex 58 65 94 29 20 0 2A E3 19 2E
Octal 130 145 224 51 40 0 52 343 31 56
Binary 1011000 1100101 10010100 101001 100000 0 101010 11100011 11001 101110

Color Harmonies of #586594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586594

Black with #586594

Text Example


Text Example

White with #586594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586594; }

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

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

background-color css

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

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

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

border-color css

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

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

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