Html Css Color HEX #586598 Waikawa Grey

📋 copy color: '#586598'

red 88 ◦ green 101 ◦ blue 152

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

Shades of Waikawa Grey #586598

Tints of Waikawa Grey #586598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.57%

R = 25.81%
G = 29.62%
B = 44.57%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#586598 (or 0x586598) is known color: Waikawa Grey. HEX triplet: 58, 65 and 98. RGB value is (88,101,152). Sum of RGB (Red+Green+Blue) = 88+101+152=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 152 (59.77% from 255 or 44.57% from 341); Max value from RGB is 152 - color contains mainly: blue. Hex color #586598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586598 is #A79A67. Grayscale: #666666. Windows color (decimal): -10984040 or 9987416. OLE color: 9987416.

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

Color convert

RGB 88 101 152 -
CMYK 0.42 0.34 0 0.40
HSL 227.81º 0.27% 0.47% -
HSV(B) 227.81º 0.42% 0.6% -
XYZ 14.35 13.65 31.58 -
YUV 102.93 155.69 117.35 -
System Red Green Blue C M Y K H S L
Decimal 88 101 152 0.42 0.34 0 0.40 227.81 0.27 0.47
Hex 58 65 98 2A 22 0 28 E4 1B 2F
Octal 130 145 230 52 42 0 50 344 33 57
Binary 1011000 1100101 10011000 101010 100010 0 101000 11100100 11011 101111

Color Harmonies of #586598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586598

Black with #586598

Text Example


Text Example

White with #586598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586598; }

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

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

background-color css

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

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

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

border-color css

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

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

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