#5FB0CD

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

Shades of Viking #5FB0CD

Tints of Viking #5FB0CD

Color information

#5FB0CD (or 0x5FB0CD) is unknown color: approx Viking. HEX triplet: 5F, B0 and CD. RGB value is (95,176,205). Sum of RGB (Red+Green+Blue) = 95+176+205=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #5FB0CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5FB0CD is #A04F32. Grayscale: #9A9A9A. Windows color (decimal): -10506035 or 13480031. OLE color: 13480031.

HSL color Cylindrical-coordinate representation of color #5FB0CD: hue angle of 195.82º 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 #5FB0CD is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95176205-
CMYK0.540.1400.20
HSL195.82º52.38%58.82%-
HSV(B)195.82º53.66%80.39%-
XYZ31.2637.8963.42-
YUV155.09156.1685.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 176 (69.14% from 255) = 36.97%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=19.96%
G=36.97%
B=43.07%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951762050.540.1400.20195.8252.3858.82
Hex5FB0CD36E014c4343b
Octal13726031566160243046473
Binary10111111011000011001101110110111001010011000100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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