#52ACCB

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

Shades of Viking #52ACCB

Tints of Viking #52ACCB

Color information

#52ACCB (or 0x52ACCB) is unknown color: approx Viking. HEX triplet: 52, AC and CB. RGB value is (82,172,203). Sum of RGB (Red+Green+Blue) = 82+172+203=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #52ACCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACCB is #AD5334. Grayscale: #949494. Windows color (decimal): -11359029 or 13347922. OLE color: 13347922.

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

Color convert

RGB82172203-
CMYK0.600.1500.20
HSL195.37º53.78%55.88%-
HSV(B)195.37º59.61%79.61%-
XYZ29.0135.6161.84-
YUV148.62158.6880.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.94%
GREEN value IS 172 (67.58% from 255) = 37.64%
BLUE value IS 203 (79.69% from 255) = 44.42%
R=17.94%
G=37.64%
B=44.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal821722030.600.1500.20195.3753.7855.88
Hex52ACCB3CF014c33638
Octal12225431374170243036670
Binary10100101010110011001011111100111101010011000011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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