#5CB7C2

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

Shades of Viking #5CB7C2

Tints of Viking #5CB7C2

Color information

#5CB7C2 (or 0x5CB7C2) is unknown color: approx Viking. HEX triplet: 5C, B7 and C2. RGB value is (92,183,194). Sum of RGB (Red+Green+Blue) = 92+183+194=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #5CB7C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7C2 is #A3483D. Grayscale: #9C9C9C. Windows color (decimal): -10700862 or 12760924. OLE color: 12760924.

HSL color Cylindrical-coordinate representation of color #5CB7C2: hue angle of 186.47º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CB7C2 is Cyan = 0.53, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB92183194-
CMYK0.530.0600.24
HSL186.47º45.54%56.08%-
HSV(B)186.47º52.58%76.08%-
XYZ31.0840.0457.13-
YUV157.05148.8581.61-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.62%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=19.62%
G=39.02%
B=41.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921831940.530.0600.24186.4745.5456.08
Hex5CB7C2356018ba2e38
Octal1342673026560302725670
Binary1011100101101111100001011010111001100010111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,183,194); }

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

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

 a { background-color: rgb(92,183,194); }

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

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

 span { border-color: rgb(92,183,194); }

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