#5FBDC4

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

Shades of Viking #5FBDC4

Tints of Viking #5FBDC4

Color information

#5FBDC4 (or 0x5FBDC4) is unknown color: approx Viking. HEX triplet: 5F, BD and C4. RGB value is (95,189,196). Sum of RGB (Red+Green+Blue) = 95+189+196=480 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.79% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 196 (76.95% from 255 or 40.83% from 480); Max value from RGB is 196 - color contains mainly: blue. Hex color #5FBDC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDC4 is #A0423B. Grayscale: #A1A1A1. Windows color (decimal): -10502716 or 12893535. OLE color: 12893535.

HSL color Cylindrical-coordinate representation of color #5FBDC4: hue angle of 184.16º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FBDC4 is Cyan = 0.52, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB95189196-
CMYK0.520.0400.23
HSL184.16º46.12%57.06%-
HSV(B)184.16º51.53%76.86%-
XYZ32.8842.8158.76-
YUV161.69147.3680.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.79%
GREEN value IS 189 (74.22% from 255) = 39.38%
BLUE value IS 196 (76.95% from 255) = 40.83%
R=19.79%
G=39.38%
B=40.83%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal951891960.520.0400.23184.1646.1257.06
Hex5FBDC4344017b82e39
Octal1372753046440272705671
Binary1011111101111011100010011010010001011110111000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,189,196); }

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

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

 a { background-color: rgb(95,189,196); }

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

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

 span { border-color: rgb(95,189,196); }

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