Html Css Color HEX #5F689E Waikawa Grey

📋 copy color: '#5F689E'

red 95 ◦ green 104 ◦ blue 158

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

Shades of Waikawa Grey #5F689E

Tints of Waikawa Grey #5F689E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 44.26%

R = 26.61%
G = 29.13%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5F689E (or 0x5F689E) is known color: Waikawa Grey. HEX triplet: 5F, 68 and 9E. RGB value is (95,104,158). Sum of RGB (Red+Green+Blue) = 95+104+158=357 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.61% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #5F689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F689E is #A09761. Grayscale: #6B6B6B. Windows color (decimal): -10524514 or 10381407. OLE color: 10381407.

HSL color Cylindrical-coordinate representation of color #5F689E: hue angle of 231.43º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F689E is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 95 104 158 -
CMYK 0.40 0.34 0 0.38
HSL 231.43º 0.25% 0.5% -
HSV(B) 231.43º 0.4% 0.62% -
XYZ 15.84 14.8 34.37 -
YUV 107.47 156.52 119.11 -
System Red Green Blue C M Y K H S L
Decimal 95 104 158 0.40 0.34 0 0.38 231.43 0.25 0.5
Hex 5F 68 9E 28 22 0 26 E7 19 32
Octal 137 150 236 50 42 0 46 347 31 62
Binary 1011111 1101000 10011110 101000 100010 0 100110 11100111 11001 110010

Color Harmonies of #5F689E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F689E

Black with #5F689E

Text Example


Text Example

White with #5F689E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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