#5CBDCD

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

Shades of Viking #5CBDCD

Tints of Viking #5CBDCD

Color information

#5CBDCD (or 0x5CBDCD) is unknown color: approx Viking. HEX triplet: 5C, BD and CD. RGB value is (92,189,205). Sum of RGB (Red+Green+Blue) = 92+189+205=486 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.93% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #5CBDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDCD is #A34232. Grayscale: #A1A1A1. Windows color (decimal): -10699315 or 13483356. OLE color: 13483356.

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

Color convert

RGB92189205-
CMYK0.550.0800.20
HSL188.5º53.05%58.24%-
HSV(B)188.5º55.12%80.39%-
XYZ33.6343.0864.3-
YUV161.82152.3678.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.93%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 205 (80.47% from 255) = 42.18%
R=18.93%
G=38.89%
B=42.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921892050.550.0800.20188.553.0558.24
Hex5CBDCD378014bc353a
Octal13427531567100242746572
Binary10111001011110111001101110111100001010010111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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