#53AFC0

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

Shades of Viking #53AFC0

Tints of Viking #53AFC0

Color information

#53AFC0 (or 0x53AFC0) is unknown color: approx Viking. HEX triplet: 53, AF and C0. RGB value is (83,175,192). Sum of RGB (Red+Green+Blue) = 83+175+192=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 192 (75.39% from 255 or 42.67% from 450); Max value from RGB is 192 - color contains mainly: blue. Hex color #53AFC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53AFC0 is #AC503F. Grayscale: #959595. Windows color (decimal): -11292736 or 12627795. OLE color: 12627795.

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

Color convert

RGB83175192-
CMYK0.570.0900.25
HSL189.36º46.38%53.92%-
HSV(B)189.36º56.77%75.29%-
XYZ28.4136.355.38-
YUV149.43152.0280.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.44%
GREEN value IS 175 (68.75% from 255) = 38.89%
BLUE value IS 192 (75.39% from 255) = 42.67%
R=18.44%
G=38.89%
B=42.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal831751920.570.0900.25189.3646.3853.92
Hex53AFC0399019bd2e36
Octal12325730071110312755666
Binary10100111010111111000000111001100101100110111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53AFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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