#53BFD1

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

Shades of Viking #53BFD1

Tints of Viking #53BFD1

Color information

#53BFD1 (or 0x53BFD1) is unknown color: approx Viking. HEX triplet: 53, BF and D1. RGB value is (83,191,209). Sum of RGB (Red+Green+Blue) = 83+191+209=483 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.18% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #53BFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFD1 is #AC402E. Grayscale: #A0A0A0. Windows color (decimal): -11288623 or 13746003. OLE color: 13746003.

HSL color Cylindrical-coordinate representation of color #53BFD1: hue angle of 188.57º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53BFD1 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB83191209-
CMYK0.600.0900.18
HSL188.57º57.8%57.25%-
HSV(B)188.57º60.29%81.96%-
XYZ33.7143.766.98-
YUV160.76155.2272.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.18%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=17.18%
G=39.54%
B=43.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal831912090.600.0900.18188.5757.857.25
Hex53BFD13C9012bd3a39
Octal12327732174110222757271
Binary10100111011111111010001111100100101001010111101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,191,209); }

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

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

 a { background-color: rgb(83,191,209); }

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

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

 span { border-color: rgb(83,191,209); }

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