#53B3CB

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

Shades of Viking #53B3CB

Tints of Viking #53B3CB

Color information

#53B3CB (or 0x53B3CB) is unknown color: approx Viking. HEX triplet: 53, B3 and CB. RGB value is (83,179,203). Sum of RGB (Red+Green+Blue) = 83+179+203=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 179 (70.31% from 255 or 38.49% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 203 - color contains mainly: blue. Hex color #53B3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53B3CB is #AC4C34. Grayscale: #989898. Windows color (decimal): -11291701 or 13349715. OLE color: 13349715.

HSL color Cylindrical-coordinate representation of color #53B3CB: hue angle of 192º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53B3CB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83179203-
CMYK0.590.1200.20
HSL192º53.57%56.08%-
HSV(B)192º59.11%79.61%-
XYZ30.4738.3962.3-
YUV153.03156.278.05-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 179 (70.31% from 255) = 38.49%
BLUE value IS 203 (79.69% from 255) = 43.66%
R=17.85%
G=38.49%
B=43.66%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831792030.590.1200.2019253.5756.08
Hex53B3CB3BC014c03638
Octal12326331373140243006670
Binary10100111011001111001011111011110001010011000000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53B3CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,179,203); }

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

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

 a { background-color: rgb(83,179,203); }

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

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

 span { border-color: rgb(83,179,203); }

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