Html Css Color HEX #586693 Waikawa Grey

📋 copy color: '#586693'

red 88 ◦ green 102 ◦ blue 147

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

Shades of Waikawa Grey #586693

Tints of Waikawa Grey #586693

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.27%

 BLUE value IS 147 (57.81% from 255) = 43.62%

R = 26.11%
G = 30.27%
B = 43.62%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586693 (or 0x586693) is known color: Waikawa Grey. HEX triplet: 58, 66 and 93. RGB value is (88,102,147). Sum of RGB (Red+Green+Blue) = 88+102+147=337 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.11% from 337); Green value is 102 (40.23% from 255 or 30.27% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #586693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586693 is #A7996C. Grayscale: #666666. Windows color (decimal): -10983789 or 9659992. OLE color: 9659992.

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

Color convert

RGB 88 102 147 -
CMYK 0.40 0.31 0 0.42
HSL 225.76º 0.25% 0.46% -
HSV(B) 225.76º 0.4% 0.58% -
XYZ 14.04 13.68 29.5 -
YUV 102.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 88 102 147 0.40 0.31 0 0.42 225.76 0.25 0.46
Hex 58 66 93 28 1F 0 2A E2 19 2E
Octal 130 146 223 50 37 0 52 342 31 56
Binary 1011000 1100110 10010011 101000 11111 0 101010 11100010 11001 101110

Color Harmonies of #586693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586693

Black with #586693

Text Example


Text Example

White with #586693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586693; }

 p { color: rgb(88,102,147); }

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

background-color css

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

 a { background-color: rgb(88,102,147); }

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

border-color css

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

 span { border-color: rgb(88,102,147); }

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