Html Css Color HEX #5FAEC6 Viking

📋 copy color: '#5FAEC6'

red 95 ◦ green 174 ◦ blue 198

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

Shades of Viking #5FAEC6

Tints of Viking #5FAEC6

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.26%

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 20.34%
G = 37.26%
B = 42.4%

CMYK

 C value IS 0.52

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5FAEC6 (or 0x5FAEC6) is known color: Viking. HEX triplet: 5F, AE and C6. RGB value is (95,174,198). Sum of RGB (Red+Green+Blue) = 95+174+198=467 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.34% from 467); Green value is 174 (68.36% from 255 or 37.26% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 198 - color contains mainly: blue. Hex color #5FAEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FAEC6 is #A05139. Grayscale: #989898. Windows color (decimal): -10506554 or 13020767. OLE color: 13020767.

HSL color Cylindrical-coordinate representation of color #5FAEC6: hue angle of 193.98º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FAEC6 is Cyan = 0.52, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 174 198 -
CMYK 0.52 0.12 0 0.22
HSL 193.98º 0.47% 0.57% -
HSV(B) 193.98º 0.52% 0.78% -
XYZ 30.05 36.78 58.94 -
YUV 153.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 95 174 198 0.52 0.12 0 0.22 193.98 0.47 0.57
Hex 5F AE C6 34 C 0 16 C2 2F 39
Octal 137 256 306 64 14 0 26 302 57 71
Binary 1011111 10101110 11000110 110100 1100 0 10110 11000010 101111 111001

Color Harmonies of #5FAEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FAEC6

Black with #5FAEC6

Text Example


Text Example

White with #5FAEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,174,198); }

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

background-color css

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

 a { background-color: rgb(95,174,198); }

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

border-color css

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

 span { border-color: rgb(95,174,198); }

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