#5CBEC4

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

Shades of Viking #5CBEC4

Tints of Viking #5CBEC4

Color information

#5CBEC4 (or 0x5CBEC4) is unknown color: approx Viking. HEX triplet: 5C, BE and C4. RGB value is (92,190,196). Sum of RGB (Red+Green+Blue) = 92+190+196=478 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.25% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 196 (76.95% from 255 or 41.00% from 478); Max value from RGB is 196 - color contains mainly: blue. Hex color #5CBEC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBEC4 is #A3413B. Grayscale: #A1A1A1. Windows color (decimal): -10699068 or 12893788. OLE color: 12893788.

HSL color Cylindrical-coordinate representation of color #5CBEC4: hue angle of 183.46º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CBEC4 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB92190196-
CMYK0.530.0300.23
HSL183.46º46.85%56.47%-
HSV(B)183.46º53.06%76.86%-
XYZ32.7943.0958.81-
YUV161.38147.5378.51-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.25%
GREEN value IS 190 (74.61% from 255) = 39.75%
BLUE value IS 196 (76.95% from 255) = 41.00%
R=19.25%
G=39.75%
B=41.00%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921901960.530.0300.23183.4646.8556.47
Hex5CBEC4353017b72f38
Octal1342763046530272675770
Binary101110010111110110001001101011101011110110111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBEC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,196); }

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

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

 a { background-color: rgb(92,190,196); }

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

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

 span { border-color: rgb(92,190,196); }

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