#5ABDCD

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

Shades of Viking #5ABDCD

Tints of Viking #5ABDCD

Color information

#5ABDCD (or 0x5ABDCD) is unknown color: approx Viking. HEX triplet: 5A, BD and CD. RGB value is (90,189,205). Sum of RGB (Red+Green+Blue) = 90+189+205=484 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.60% from 484); Green value is 189 (74.22% from 255 or 39.05% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDCD is #A54232. Grayscale: #A1A1A1. Windows color (decimal): -10830387 or 13483354. OLE color: 13483354.

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

Color convert

RGB90189205-
CMYK0.560.0800.20
HSL188.35º53.49%57.84%-
HSV(B)188.35º56.1%80.39%-
XYZ33.4342.9864.29-
YUV161.22152.777.2-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.60%
GREEN value IS 189 (74.22% from 255) = 39.05%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=18.60%
G=39.05%
B=42.36%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901892050.560.0800.20188.3553.4957.84
Hex5ABDCD388014bc353a
Octal13227531570100242746572
Binary10110101011110111001101111000100001010010111100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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