Html Css Color HEX #5F6889 Waikawa Grey

📋 copy color: '#5F6889'

red 95 ◦ green 104 ◦ blue 137

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

Shades of Waikawa Grey #5F6889

Tints of Waikawa Grey #5F6889

RGB

 RED value IS 95 (37.5% from 255) = 28.27%

 GREEN value IS 104 (41.02% from 255) = 30.95%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 28.27%
G = 30.95%
B = 40.77%

CMYK

 C value IS 0.31

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5F6889 (or 0x5F6889) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 89. RGB value is (95,104,137). Sum of RGB (Red+Green+Blue) = 95+104+137=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 137 - color contains mainly: blue. Hex color #5F6889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6889 is #A09776. Grayscale: #686868. Windows color (decimal): -10524535 or 9005151. OLE color: 9005151.

HSL color Cylindrical-coordinate representation of color #5F6889: hue angle of 227.14º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6889 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 95 104 137 -
CMYK 0.31 0.24 0 0.46
HSL 227.14º 0.18% 0.45% -
HSV(B) 227.14º 0.31% 0.54% -
XYZ 14.18 14.14 25.65 -
YUV 105.07 146.02 120.82 -
System Red Green Blue C M Y K H S L
Decimal 95 104 137 0.31 0.24 0 0.46 227.14 0.18 0.45
Hex 5F 68 89 1F 18 0 2E E3 12 2D
Octal 137 150 211 37 30 0 56 343 22 55
Binary 1011111 1101000 10001001 11111 11000 0 101110 11100011 10010 101101

Color Harmonies of #5F6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6889

Black with #5F6889

Text Example


Text Example

White with #5F6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6889; }

 p { color: rgb(95,104,137); }

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

background-color css

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

 a { background-color: rgb(95,104,137); }

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

border-color css

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

 span { border-color: rgb(95,104,137); }

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