Html Css Color HEX #5F699B Waikawa Grey

📋 copy color: '#5F699B'

red 95 ◦ green 105 ◦ blue 155

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

Shades of Waikawa Grey #5F699B

Tints of Waikawa Grey #5F699B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

 BLUE value IS 155 (60.94% from 255) = 43.66%

R = 26.76%
G = 29.58%
B = 43.66%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F699B (or 0x5F699B) is known color: Waikawa Grey. HEX triplet: 5F, 69 and 9B. RGB value is (95,105,155). Sum of RGB (Red+Green+Blue) = 95+105+155=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #5F699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F699B is #A09664. Grayscale: #6B6B6B. Windows color (decimal): -10524261 or 10185055. OLE color: 10185055.

HSL color Cylindrical-coordinate representation of color #5F699B: hue angle of 230º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5F699B is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 105 155 -
CMYK 0.39 0.32 0 0.39
HSL 230º 0.24% 0.49% -
HSV(B) 230º 0.39% 0.61% -
XYZ 15.69 14.9 33.06 -
YUV 107.71 154.69 118.93 -
System Red Green Blue C M Y K H S L
Decimal 95 105 155 0.39 0.32 0 0.39 230 0.24 0.49
Hex 5F 69 9B 27 20 0 27 E6 18 31
Octal 137 151 233 47 40 0 47 346 30 61
Binary 1011111 1101001 10011011 100111 100000 0 100111 11100110 11000 110001

Color Harmonies of #5F699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F699B

Black with #5F699B

Text Example


Text Example

White with #5F699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,105,155); }

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

background-color css

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

 a { background-color: rgb(95,105,155); }

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

border-color css

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

 span { border-color: rgb(95,105,155); }

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