Html Css Color HEX #5F6B99 Waikawa Grey

📋 copy color: '#5F6B99'

red 95 ◦ green 107 ◦ blue 153

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

Shades of Waikawa Grey #5F6B99

Tints of Waikawa Grey #5F6B99

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.14%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 26.76%
G = 30.14%
B = 43.1%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5F6B99 (or 0x5F6B99) is known color: Waikawa Grey. HEX triplet: 5F, 6B and 99. RGB value is (95,107,153). Sum of RGB (Red+Green+Blue) = 95+107+153=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #5F6B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6B99 is #A09466. Grayscale: #6C6C6C. Windows color (decimal): -10523751 or 10054495. OLE color: 10054495.

HSL color Cylindrical-coordinate representation of color #5F6B99: hue angle of 227.59º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F6B99 is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 95 107 153 -
CMYK 0.38 0.30 0 0.4
HSL 227.59º 0.23% 0.49% -
HSV(B) 227.59º 0.38% 0.6% -
XYZ 15.73 15.25 32.25 -
YUV 108.66 153.02 118.26 -
System Red Green Blue C M Y K H S L
Decimal 95 107 153 0.38 0.30 0 0.4 227.59 0.23 0.49
Hex 5F 6B 99 26 1E 0 28 E4 17 31
Octal 137 153 231 46 36 0 50 344 27 61
Binary 1011111 1101011 10011001 100110 11110 0 101000 11100100 10111 110001

Color Harmonies of #5F6B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6B99

Black with #5F6B99

Text Example


Text Example

White with #5F6B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,107,153); }

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

background-color css

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

 a { background-color: rgb(95,107,153); }

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

border-color css

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

 span { border-color: rgb(95,107,153); }

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