#55BFCF

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

Shades of Viking #55BFCF

Tints of Viking #55BFCF

Color information

#55BFCF (or 0x55BFCF) is unknown color: approx Viking. HEX triplet: 55, BF and CF. RGB value is (85,191,207). Sum of RGB (Red+Green+Blue) = 85+191+207=483 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.60% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 207 - color contains mainly: blue. Hex color #55BFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BFCF is #AA4030. Grayscale: #A0A0A0. Windows color (decimal): -11157553 or 13614933. OLE color: 13614933.

HSL color Cylindrical-coordinate representation of color #55BFCF: hue angle of 187.87º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55BFCF is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB85191207-
CMYK0.590.0800.19
HSL187.87º55.96%57.25%-
HSV(B)187.87º58.94%81.18%-
XYZ33.6443.765.69-
YUV161.13153.8873.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.60%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 207 (81.25% from 255) = 42.86%
R=17.60%
G=39.54%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal851912070.590.0800.19187.8755.9657.25
Hex55BFCF3B8013bc3839
Octal12527731773100232747071
Binary10101011011111111001111111011100001001110111100111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55BFCF; }

 p { color: rgb(85,191,207); }

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

<style>
 a { background-color: #55BFCF; }

 a { background-color: rgb(85,191,207); }

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

<style>
 span { border-color: #55BFCF; }

 span { border-color: rgb(85,191,207); }

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