#53AEBE

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

Shades of Viking #53AEBE

Tints of Viking #53AEBE

Color information

#53AEBE (or 0x53AEBE) is unknown color: approx Viking. HEX triplet: 53, AE and BE. RGB value is (83,174,190). Sum of RGB (Red+Green+Blue) = 83+174+190=447 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.57% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #53AEBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AEBE is #AC5141. Grayscale: #949494. Windows color (decimal): -11292994 or 12496467. OLE color: 12496467.

HSL color Cylindrical-coordinate representation of color #53AEBE: hue angle of 188.97º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53AEBE is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB83174190-
CMYK0.560.0800.25
HSL188.97º45.15%53.53%-
HSV(B)188.97º56.32%74.51%-
XYZ2835.8354.16-
YUV148.61151.3581.2-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.57%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 190 (74.61% from 255) = 42.51%
R=18.57%
G=38.93%
B=42.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831741900.560.0800.25188.9745.1553.53
Hex53AEBE388019bd2d36
Octal12325627670100312755566
Binary10100111010111010111110111000100001100110111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53AEBE; }

 p { color: rgb(83,174,190); }

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

<style>
 a { background-color: #53AEBE; }

 a { background-color: rgb(83,174,190); }

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

<style>
 span { border-color: #53AEBE; }

 span { border-color: rgb(83,174,190); }

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