#5CBAC5

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

Shades of Viking #5CBAC5

Tints of Viking #5CBAC5

Color information

#5CBAC5 (or 0x5CBAC5) is unknown color: approx Viking. HEX triplet: 5C, BA and C5. RGB value is (92,186,197). Sum of RGB (Red+Green+Blue) = 92+186+197=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 197 - color contains mainly: blue. Hex color #5CBAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBAC5 is #A3453A. Grayscale: #9F9F9F. Windows color (decimal): -10700091 or 12958300. OLE color: 12958300.

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

Color convert

RGB92186197-
CMYK0.530.0600.23
HSL186.29º47.51%56.67%-
HSV(B)186.29º53.3%77.25%-
XYZ32.0541.4259.13-
YUV159.15149.3680.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 186 (73.05% from 255) = 39.16%
BLUE value IS 197 (77.34% from 255) = 41.47%
R=19.37%
G=39.16%
B=41.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal921861970.530.0600.23186.2947.5156.67
Hex5CBAC5356017ba3039
Octal1342723056560272726071
Binary1011100101110101100010111010111001011110111010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBAC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,186,197); }

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

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

 a { background-color: rgb(92,186,197); }

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

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

 span { border-color: rgb(92,186,197); }

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