Html Css Color HEX #586C90 Waikawa Grey

📋 copy color: '#586C90'

red 88 ◦ green 108 ◦ blue 144

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

Shades of Waikawa Grey #586C90

Tints of Waikawa Grey #586C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.76%

 BLUE value IS 144 (56.64% from 255) = 42.35%

R = 25.88%
G = 31.76%
B = 42.35%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#586C90 (or 0x586C90) is known color: Waikawa Grey. HEX triplet: 58, 6C and 90. RGB value is (88,108,144). Sum of RGB (Red+Green+Blue) = 88+108+144=340 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.88% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 144 (56.64% from 255 or 42.35% from 340); Max value from RGB is 144 - color contains mainly: blue. Hex color #586C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #586C90 is #A7936F. Grayscale: #696969. Windows color (decimal): -10982256 or 9464920. OLE color: 9464920.

HSL color Cylindrical-coordinate representation of color #586C90: hue angle of 218.57º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #586C90 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 88 108 144 -
CMYK 0.39 0.25 0 0.44
HSL 218.57º 0.24% 0.45% -
HSV(B) 218.57º 0.39% 0.56% -
XYZ 14.42 14.81 28.48 -
YUV 106.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 88 108 144 0.39 0.25 0 0.44 218.57 0.24 0.45
Hex 58 6C 90 27 19 0 2C DB 18 2D
Octal 130 154 220 47 31 0 54 333 30 55
Binary 1011000 1101100 10010000 100111 11001 0 101100 11011011 11000 101101

Color Harmonies of #586C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586C90

Black with #586C90

Text Example


Text Example

White with #586C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586C90; }

 p { color: rgb(88,108,144); }

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

background-color css

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

 a { background-color: rgb(88,108,144); }

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

border-color css

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

 span { border-color: rgb(88,108,144); }

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