Html Css Color HEX #5F7897 Waikawa Grey

📋 copy color: '#5F7897'

red 95 ◦ green 120 ◦ blue 151

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

Shades of Waikawa Grey #5F7897

Tints of Waikawa Grey #5F7897

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.79%

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 25.96%
G = 32.79%
B = 41.26%

CMYK

 C value IS 0.37

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5F7897 (or 0x5F7897) is known color: Waikawa Grey. HEX triplet: 5F, 78 and 97. RGB value is (95,120,151). Sum of RGB (Red+Green+Blue) = 95+120+151=366 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.96% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #5F7897 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7897 is #A08768. Grayscale: #737373. Windows color (decimal): -10520425 or 9926751. OLE color: 9926751.

HSL color Cylindrical-coordinate representation of color #5F7897: hue angle of 213.21º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F7897 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 95 120 151 -
CMYK 0.37 0.21 0 0.41
HSL 213.21º 0.23% 0.48% -
HSV(B) 213.21º 0.37% 0.59% -
XYZ 17.02 18.1 31.87 -
YUV 116.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 95 120 151 0.37 0.21 0 0.41 213.21 0.23 0.48
Hex 5F 78 97 25 15 0 29 D5 17 30
Octal 137 170 227 45 25 0 51 325 27 60
Binary 1011111 1111000 10010111 100101 10101 0 101001 11010101 10111 110000

Color Harmonies of #5F7897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7897

Black with #5F7897

Text Example


Text Example

White with #5F7897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,120,151); }

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

background-color css

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

 a { background-color: rgb(95,120,151); }

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

border-color css

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

 span { border-color: rgb(95,120,151); }

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