#52BACB

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

Shades of Viking #52BACB

Tints of Viking #52BACB

Color information

#52BACB (or 0x52BACB) is unknown color: approx Viking. HEX triplet: 52, BA and CB. RGB value is (82,186,203). Sum of RGB (Red+Green+Blue) = 82+186+203=471 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.41% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 203 - color contains mainly: blue. Hex color #52BACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BACB is #AD4534. Grayscale: #9C9C9C. Windows color (decimal): -11355445 or 13351506. OLE color: 13351506.

HSL color Cylindrical-coordinate representation of color #52BACB: hue angle of 188.43º degrees, saturation: 0.54, 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 #52BACB is Cyan = 0.60, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB82186203-
CMYK0.600.0800.20
HSL188.43º53.78%55.88%-
HSV(B)188.43º59.61%79.61%-
XYZ31.8241.2262.78-
YUV156.84154.0474.62-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.41%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 203 (79.69% from 255) = 43.10%
R=17.41%
G=39.49%
B=43.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821862030.600.0800.20188.4353.7855.88
Hex52BACB3C8014bc3638
Octal12227231374100242746670
Binary10100101011101011001011111100100001010010111100110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52BACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52BACB; }

 p { color: rgb(82,186,203); }

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

<style>
 a { background-color: #52BACB; }

 a { background-color: rgb(82,186,203); }

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

<style>
 span { border-color: #52BACB; }

 span { border-color: rgb(82,186,203); }

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