#5CBDC2

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

Shades of Viking #5CBDC2

Tints of Viking #5CBDC2

Color information

#5CBDC2 (or 0x5CBDC2) is unknown color: approx Viking. HEX triplet: 5C, BD and C2. RGB value is (92,189,194). Sum of RGB (Red+Green+Blue) = 92+189+194=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 194 - color contains mainly: blue. Hex color #5CBDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDC2 is #A3423D. Grayscale: #A0A0A0. Windows color (decimal): -10699326 or 12762460. OLE color: 12762460.

HSL color Cylindrical-coordinate representation of color #5CBDC2: hue angle of 182.94º 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 #5CBDC2 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB92189194-
CMYK0.530.0300.24
HSL182.94º45.54%56.08%-
HSV(B)182.94º52.58%76.08%-
XYZ32.3542.5757.55-
YUV160.57146.8679.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.37%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 194 (76.17% from 255) = 40.84%
R=19.37%
G=39.79%
B=40.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal921891940.530.0300.24182.9445.5456.08
Hex5CBDC2353018b72e38
Octal1342753026530302675670
Binary101110010111101110000101101011101100010110111101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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