#5FBDCD

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

Shades of Viking #5FBDCD

Tints of Viking #5FBDCD

Color information

#5FBDCD (or 0x5FBDCD) is unknown color: approx Viking. HEX triplet: 5F, BD and CD. RGB value is (95,189,205). Sum of RGB (Red+Green+Blue) = 95+189+205=489 (64% of max value = 765). Red value is 95 (37.5% from 255 or 19.43% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FBDCD is #A04232. Grayscale: #A2A2A2. Windows color (decimal): -10502707 or 13483359. OLE color: 13483359.

HSL color Cylindrical-coordinate representation of color #5FBDCD: hue angle of 188.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FBDCD is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95189205-
CMYK0.540.0800.20
HSL188.73º52.38%58.82%-
HSV(B)188.73º53.66%80.39%-
XYZ33.9443.2464.31-
YUV162.72151.8679.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.43%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 205 (80.47% from 255) = 41.92%
R=19.43%
G=38.65%
B=41.92%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951892050.540.0800.20188.7352.3858.82
Hex5FBDCD368014bd343b
Octal13727531566100242756473
Binary10111111011110111001101110110100001010010111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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