#50ABBB

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

Shades of Viking #50ABBB

Tints of Viking #50ABBB

Color information

#50ABBB (or 0x50ABBB) is unknown color: approx Viking. HEX triplet: 50, AB and BB. RGB value is (80,171,187). Sum of RGB (Red+Green+Blue) = 80+171+187=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #50ABBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50ABBB is #AF5444. Grayscale: #919191. Windows color (decimal): -11490373 or 12299088. OLE color: 12299088.

HSL color Cylindrical-coordinate representation of color #50ABBB: hue angle of 188.97º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50ABBB is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB80171187-
CMYK0.570.0900.27
HSL188.97º44.03%52.35%-
HSV(B)188.97º57.22%73.33%-
XYZ26.8434.4252.24-
YUV145.62151.3581.2-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.26%
GREEN value IS 171 (67.19% from 255) = 39.04%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=18.26%
G=39.04%
B=42.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801711870.570.0900.27188.9744.0352.35
Hex50ABBB39901Bbd2c34
Octal12025327371110332755464
Binary10100001010101110111011111001100101101110111101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50ABBB; }

 p { color: rgb(80,171,187); }

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

<style>
 a { background-color: #50ABBB; }

 a { background-color: rgb(80,171,187); }

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

<style>
 span { border-color: #50ABBB; }

 span { border-color: rgb(80,171,187); }

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