Html Css Color HEX #5F7795 Waikawa Grey

📋 copy color: '#5F7795'

red 95 ◦ green 119 ◦ blue 149

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

Shades of Waikawa Grey #5F7795

Tints of Waikawa Grey #5F7795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

 BLUE value IS 149 (58.59% from 255) = 41.05%

R = 26.17%
G = 32.78%
B = 41.05%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5F7795 (or 0x5F7795) is known color: Waikawa Grey. HEX triplet: 5F, 77 and 95. RGB value is (95,119,149). Sum of RGB (Red+Green+Blue) = 95+119+149=363 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.17% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #5F7795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7795 is #A0886A. Grayscale: #737373. Windows color (decimal): -10520683 or 9795423. OLE color: 9795423.

HSL color Cylindrical-coordinate representation of color #5F7795: hue angle of 213.33º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F7795 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 119 149 -
CMYK 0.36 0.20 0 0.42
HSL 213.33º 0.22% 0.48% -
HSV(B) 213.33º 0.36% 0.58% -
XYZ 16.74 17.8 30.99 -
YUV 115.24 147.05 113.56 -
System Red Green Blue C M Y K H S L
Decimal 95 119 149 0.36 0.20 0 0.42 213.33 0.22 0.48
Hex 5F 77 95 24 14 0 2A D5 16 30
Octal 137 167 225 44 24 0 52 325 26 60
Binary 1011111 1110111 10010101 100100 10100 0 101010 11010101 10110 110000

Color Harmonies of #5F7795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7795

Black with #5F7795

Text Example


Text Example

White with #5F7795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,119,149); }

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

background-color css

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

 a { background-color: rgb(95,119,149); }

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

border-color css

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

 span { border-color: rgb(95,119,149); }

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