#53BFC3

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

Shades of Viking #53BFC3

Tints of Viking #53BFC3

Color information

#53BFC3 (or 0x53BFC3) is unknown color: approx Viking. HEX triplet: 53, BF and C3. RGB value is (83,191,195). Sum of RGB (Red+Green+Blue) = 83+191+195=469 (62% of max value = 765). Red value is 83 (32.81% from 255 or 17.70% from 469); Green value is 191 (75% from 255 or 40.72% from 469); Blue value is 195 (76.56% from 255 or 41.58% from 469); Max value from RGB is 195 - color contains mainly: blue. Hex color #53BFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC3 is #AC403C. Grayscale: #9F9F9F. Windows color (decimal): -11288637 or 12828499. OLE color: 12828499.

HSL color Cylindrical-coordinate representation of color #53BFC3: hue angle of 182.14º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFC3 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB83191195-
CMYK0.570.0200.24
HSL182.14º48.28%54.51%-
HSV(B)182.14º57.44%76.47%-
XYZ32.0543.0458.25-
YUV159.16148.2273.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.70%
GREEN value IS 191 (75% from 255) = 40.72%
BLUE value IS 195 (76.56% from 255) = 41.58%
R=17.70%
G=40.72%
B=41.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831911950.570.0200.24182.1448.2854.51
Hex53BFC3392018b63037
Octal1232773037120302666067
Binary101001110111111110000111110011001100010110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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