#53AFBE

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

Shades of Viking #53AFBE

Tints of Viking #53AFBE

Color information

#53AFBE (or 0x53AFBE) is unknown color: approx Viking. HEX triplet: 53, AF and BE. RGB value is (83,175,190). Sum of RGB (Red+Green+Blue) = 83+175+190=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #53AFBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFBE is #AC5041. Grayscale: #959595. Windows color (decimal): -11292738 or 12496723. OLE color: 12496723.

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

Color convert

RGB83175190-
CMYK0.560.0800.25
HSL188.41º45.15%53.53%-
HSV(B)188.41º56.32%74.51%-
XYZ28.1936.2254.22-
YUV149.2151.0280.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.53%
GREEN value IS 175 (68.75% from 255) = 39.06%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=18.53%
G=39.06%
B=42.41%

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
Decimal831751900.560.0800.25188.4145.1553.53
Hex53AFBE388019bc2d36
Octal12325727670100312745566
Binary10100111010111110111110111000100001100110111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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