#5ABCCD

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

Shades of Viking #5ABCCD

Tints of Viking #5ABCCD

Color information

#5ABCCD (or 0x5ABCCD) is unknown color: approx Viking. HEX triplet: 5A, BC and CD. RGB value is (90,188,205). Sum of RGB (Red+Green+Blue) = 90+188+205=483 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.63% from 483); Green value is 188 (73.83% from 255 or 38.92% from 483); Blue value is 205 (80.47% from 255 or 42.44% from 483); Max value from RGB is 205 - color contains mainly: blue. Hex color #5ABCCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCCD is #A54332. Grayscale: #A0A0A0. Windows color (decimal): -10830643 or 13483098. OLE color: 13483098.

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

Color convert

RGB90188205-
CMYK0.560.0800.20
HSL188.87º53.49%57.84%-
HSV(B)188.87º56.1%80.39%-
XYZ33.2242.5564.22-
YUV160.64153.0377.62-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.63%
GREEN value IS 188 (73.83% from 255) = 38.92%
BLUE value IS 205 (80.47% from 255) = 42.44%
R=18.63%
G=38.92%
B=42.44%

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
Decimal901882050.560.0800.20188.8753.4957.84
Hex5ABCCD388014bd353a
Octal13227431570100242756572
Binary10110101011110011001101111000100001010010111101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5ABCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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