#53BFC1

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

Shades of Viking #53BFC1

Tints of Viking #53BFC1

Color information

#53BFC1 (or 0x53BFC1) is unknown color: approx Viking. HEX triplet: 53, BF and C1. RGB value is (83,191,193). Sum of RGB (Red+Green+Blue) = 83+191+193=467 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.77% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #53BFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BFC1 is #AC403E. Grayscale: #9E9E9E. Windows color (decimal): -11288639 or 12697427. OLE color: 12697427.

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

Color convert

RGB83191193-
CMYK0.570.0100.24
HSL181.09º47.01%54.12%-
HSV(B)181.09º56.99%75.69%-
XYZ31.8242.9557.07-
YUV158.94147.2273.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.77%
GREEN value IS 191 (75% from 255) = 40.90%
BLUE value IS 193 (75.78% from 255) = 41.33%
R=17.77%
G=40.90%
B=41.33%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal831911930.570.0100.24181.0947.0154.12
Hex53BFC1391018b52f36
Octal1232773017110302655766
Binary10100111011111111000001111001101100010110101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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