Html Css Color HEX #5F6798 Waikawa Grey

📋 copy color: '#5F6798'

red 95 ◦ green 103 ◦ blue 152

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

Shades of Waikawa Grey #5F6798

Tints of Waikawa Grey #5F6798

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 27.14%
G = 29.43%
B = 43.43%

CMYK

 C value IS 0.38

 M value IS 0.32

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5F6798 (or 0x5F6798) is known color: Waikawa Grey. HEX triplet: 5F, 67 and 98. RGB value is (95,103,152). Sum of RGB (Red+Green+Blue) = 95+103+152=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #5F6798 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6798 is #A09867. Grayscale: #696969. Windows color (decimal): -10524776 or 9987935. OLE color: 9987935.

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

Color convert

RGB 95 103 152 -
CMYK 0.38 0.32 0 0.40
HSL 231.58º 0.23% 0.48% -
HSV(B) 231.58º 0.38% 0.6% -
XYZ 15.24 14.4 31.68 -
YUV 106.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 95 103 152 0.38 0.32 0 0.40 231.58 0.23 0.48
Hex 5F 67 98 26 20 0 28 E8 17 30
Octal 137 147 230 46 40 0 50 350 27 60
Binary 1011111 1100111 10011000 100110 100000 0 101000 11101000 10111 110000

Color Harmonies of #5F6798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6798

Black with #5F6798

Text Example


Text Example

White with #5F6798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,103,152); }

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

background-color css

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

 a { background-color: rgb(95,103,152); }

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

border-color css

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

 span { border-color: rgb(95,103,152); }

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