#5CBECD

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

Shades of Viking #5CBECD

Tints of Viking #5CBECD

Color information

#5CBECD (or 0x5CBECD) is unknown color: approx Viking. HEX triplet: 5C, BE and CD. RGB value is (92,190,205). Sum of RGB (Red+Green+Blue) = 92+190+205=487 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.89% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 205 (80.47% from 255 or 42.09% from 487); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CBECD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBECD is #A34132. Grayscale: #A2A2A2. Windows color (decimal): -10699059 or 13483612. OLE color: 13483612.

HSL color Cylindrical-coordinate representation of color #5CBECD: hue angle of 187.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CBECD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92190205-
CMYK0.550.0700.20
HSL187.96º53.05%58.24%-
HSV(B)187.96º55.12%80.39%-
XYZ33.8543.5164.37-
YUV162.41152.0377.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.89%
GREEN value IS 190 (74.61% from 255) = 39.01%
BLUE value IS 205 (80.47% from 255) = 42.09%
R=18.89%
G=39.01%
B=42.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921902050.550.0700.20187.9653.0558.24
Hex5CBECD377014bc353a
Octal1342763156770242746572
Binary1011100101111101100110111011111101010010111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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