#5FB3C6

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

Shades of Viking #5FB3C6

Tints of Viking #5FB3C6

Color information

#5FB3C6 (or 0x5FB3C6) is unknown color: approx Viking. HEX triplet: 5F, B3 and C6. RGB value is (95,179,198). Sum of RGB (Red+Green+Blue) = 95+179+198=472 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.13% from 472); Green value is 179 (70.31% from 255 or 37.92% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #5FB3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FB3C6 is #A04C39. Grayscale: #9B9B9B. Windows color (decimal): -10505274 or 13022047. OLE color: 13022047.

HSL color Cylindrical-coordinate representation of color #5FB3C6: hue angle of 191.07º 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 #5FB3C6 is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB95179198-
CMYK0.520.1000.22
HSL191.07º47.47%57.45%-
HSV(B)191.07º52.02%77.65%-
XYZ31.0338.7559.27-
YUV156.05151.6784.46-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.13%
GREEN value IS 179 (70.31% from 255) = 37.92%
BLUE value IS 198 (77.73% from 255) = 41.95%
R=20.13%
G=37.92%
B=41.95%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal951791980.520.1000.22191.0747.4757.45
Hex5FB3C634A016bf2f39
Octal13726330664120262775771
Binary10111111011001111000110110100101001011010111111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB3C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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