#5CB3CD

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

Shades of Viking #5CB3CD

Tints of Viking #5CB3CD

Color information

#5CB3CD (or 0x5CB3CD) is unknown color: approx Viking. HEX triplet: 5C, B3 and CD. RGB value is (92,179,205). Sum of RGB (Red+Green+Blue) = 92+179+205=476 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.33% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 205 (80.47% from 255 or 43.07% from 476); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CB3CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB3CD is #A34C32. Grayscale: #9B9B9B. Windows color (decimal): -10701875 or 13480796. OLE color: 13480796.

HSL color Cylindrical-coordinate representation of color #5CB3CD: hue angle of 193.81º 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 #5CB3CD is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92179205-
CMYK0.550.1300.20
HSL193.81º53.05%58.24%-
HSV(B)193.81º55.12%80.39%-
XYZ31.5538.9263.61-
YUV155.95155.6882.39-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.33%
GREEN value IS 179 (70.31% from 255) = 37.61%
BLUE value IS 205 (80.47% from 255) = 43.07%
R=19.33%
G=37.61%
B=43.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921792050.550.1300.20193.8153.0558.24
Hex5CB3CD37D014c2353a
Octal13426331567150243026572
Binary10111001011001111001101110111110101010011000010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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