Html Css Color HEX #586388 Waikawa Grey

📋 copy color: '#586388'

red 88 ◦ green 99 ◦ blue 136

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

Shades of Waikawa Grey #586388

Tints of Waikawa Grey #586388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 136 (53.52% from 255) = 42.11%

R = 27.24%
G = 30.65%
B = 42.11%

CMYK

 C value IS 0.35

 M value IS 0.27

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#586388 (or 0x586388) is known color: Waikawa Grey. HEX triplet: 58, 63 and 88. RGB value is (88,99,136). Sum of RGB (Red+Green+Blue) = 88+99+136=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 136 (53.52% from 255 or 42.11% from 323); Max value from RGB is 136 - color contains mainly: blue. Hex color #586388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586388 is #A79C77. Grayscale: #636363. Windows color (decimal): -10984568 or 8938328. OLE color: 8938328.

HSL color Cylindrical-coordinate representation of color #586388: hue angle of 226.25º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #586388 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 88 99 136 -
CMYK 0.35 0.27 0 0.47
HSL 226.25º 0.21% 0.44% -
HSV(B) 226.25º 0.35% 0.53% -
XYZ 12.93 12.78 25.08 -
YUV 99.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 88 99 136 0.35 0.27 0 0.47 226.25 0.21 0.44
Hex 58 63 88 23 1B 0 2F E2 15 2C
Octal 130 143 210 43 33 0 57 342 25 54
Binary 1011000 1100011 10001000 100011 11011 0 101111 11100010 10101 101100

Color Harmonies of #586388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586388

Black with #586388

Text Example


Text Example

White with #586388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586388; }

 p { color: rgb(88,99,136); }

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

background-color css

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

 a { background-color: rgb(88,99,136); }

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

border-color css

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

 span { border-color: rgb(88,99,136); }

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