#5FBEC9

Color #5FBEC9 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #5FBEC9

Tints of Viking #5FBEC9

Color information

#5FBEC9 (or 0x5FBEC9) is unknown color: approx Viking. HEX triplet: 5F, BE and C9. RGB value is (95,190,201). Sum of RGB (Red+Green+Blue) = 95+190+201=486 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.55% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #5FBEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBEC9 is #A04136. Grayscale: #A2A2A2. Windows color (decimal): -10502455 or 13221471. OLE color: 13221471.

HSL color Cylindrical-coordinate representation of color #5FBEC9: hue angle of 186.23º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5FBEC9 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB95190201-
CMYK0.530.0500.21
HSL186.23º49.53%58.04%-
HSV(B)186.23º52.74%78.82%-
XYZ33.6843.4861.88-
YUV162.85149.5379.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.55%
GREEN value IS 190 (74.61% from 255) = 39.09%
BLUE value IS 201 (78.91% from 255) = 41.36%
R=19.55%
G=39.09%
B=41.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal951902010.530.0500.21186.2349.5358.04
Hex5FBEC9355015ba323a
Octal1372763116550252726272
Binary1011111101111101100100111010110101010110111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,190,201); }

 H1.HeaderClassName
 {
   color: #5FBEC9;
 }
 .AnyTagClassName
 {
   color: #5FBEC9;
 }
</style>
background-color css

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

 a { background-color: rgb(95,190,201); }

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

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

 span { border-color: rgb(95,190,201); }

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