#5CBDD0

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

Shades of Viking #5CBDD0

Tints of Viking #5CBDD0

Color information

#5CBDD0 (or 0x5CBDD0) is unknown color: approx Viking. HEX triplet: 5C, BD and D0. RGB value is (92,189,208). Sum of RGB (Red+Green+Blue) = 92+189+208=489 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.81% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 208 (81.64% from 255 or 42.54% from 489); Max value from RGB is 208 - color contains mainly: blue. Hex color #5CBDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBDD0 is #A3422F. Grayscale: #A1A1A1. Windows color (decimal): -10699312 or 13679964. OLE color: 13679964.

HSL color Cylindrical-coordinate representation of color #5CBDD0: hue angle of 189.83º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CBDD0 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB92189208-
CMYK0.560.0900.18
HSL189.83º55.24%58.82%-
HSV(B)189.83º55.77%81.57%-
XYZ3443.2266.23-
YUV162.16153.8677.96-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.81%
GREEN value IS 189 (74.22% from 255) = 38.65%
BLUE value IS 208 (81.64% from 255) = 42.54%
R=18.81%
G=38.65%
B=42.54%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal921892080.560.0900.18189.8355.2458.82
Hex5CBDD0389012be373b
Octal13427532070110222766773
Binary10111001011110111010000111000100101001010111110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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