#53B2CD

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

Shades of Viking #53B2CD

Tints of Viking #53B2CD

Color information

#53B2CD (or 0x53B2CD) is unknown color: approx Viking. HEX triplet: 53, B2 and CD. RGB value is (83,178,205). Sum of RGB (Red+Green+Blue) = 83+178+205=466 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.81% from 466); Green value is 178 (69.92% from 255 or 38.20% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #53B2CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53B2CD is #AC4D32. Grayscale: #989898. Windows color (decimal): -11291955 or 13480531. OLE color: 13480531.

HSL color Cylindrical-coordinate representation of color #53B2CD: hue angle of 193.28º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53B2CD is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83178205-
CMYK0.600.1300.20
HSL193.28º54.95%56.47%-
HSV(B)193.28º59.51%80.39%-
XYZ30.5138.0963.5-
YUV152.67157.5378.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.81%
GREEN value IS 178 (69.92% from 255) = 38.20%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=17.81%
G=38.20%
B=43.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831782050.600.1300.20193.2854.9556.47
Hex53B2CD3CD014c13738
Octal12326231574150243016770
Binary10100111011001011001101111100110101010011000001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,178,205); }

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

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

 a { background-color: rgb(83,178,205); }

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

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

 span { border-color: rgb(83,178,205); }

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