Html Css Color HEX #586795 Waikawa Grey

📋 copy color: '#586795'

red 88 ◦ green 103 ◦ blue 149

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

Shades of Waikawa Grey #586795

Tints of Waikawa Grey #586795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 25.88%
G = 30.29%
B = 43.82%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#586795 (or 0x586795) is known color: Waikawa Grey. HEX triplet: 58, 67 and 95. RGB value is (88,103,149). Sum of RGB (Red+Green+Blue) = 88+103+149=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #586795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586795 is #A7986A. Grayscale: #676767. Windows color (decimal): -10983531 or 9791320. OLE color: 9791320.

HSL color Cylindrical-coordinate representation of color #586795: hue angle of 225.25º degrees, saturation: 0.26, 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 #586795 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 88 103 149 -
CMYK 0.41 0.31 0 0.42
HSL 225.25º 0.26% 0.46% -
HSV(B) 225.25º 0.41% 0.58% -
XYZ 14.3 13.95 30.37 -
YUV 103.76 153.53 116.76 -
System Red Green Blue C M Y K H S L
Decimal 88 103 149 0.41 0.31 0 0.42 225.25 0.26 0.46
Hex 58 67 95 29 1F 0 2A E1 1A 2E
Octal 130 147 225 51 37 0 52 341 32 56
Binary 1011000 1100111 10010101 101001 11111 0 101010 11100001 11010 101110

Color Harmonies of #586795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586795

Black with #586795

Text Example


Text Example

White with #586795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586795; }

 p { color: rgb(88,103,149); }

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

background-color css

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

 a { background-color: rgb(88,103,149); }

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

border-color css

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

 span { border-color: rgb(88,103,149); }

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