#52A8BE

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

Shades of Viking #52A8BE

Tints of Viking #52A8BE

Color information

#52A8BE (or 0x52A8BE) is unknown color: approx Viking. HEX triplet: 52, A8 and BE. RGB value is (82,168,190). Sum of RGB (Red+Green+Blue) = 82+168+190=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #52A8BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8BE is #AD5741. Grayscale: #909090. Windows color (decimal): -11360066 or 12494930. OLE color: 12494930.

HSL color Cylindrical-coordinate representation of color #52A8BE: hue angle of 192.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A8BE is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB82168190-
CMYK0.570.1200.25
HSL192.22º45.38%53.33%-
HSV(B)192.22º56.84%74.51%-
XYZ26.7833.5253.77-
YUV144.79153.5183.21-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.64%
GREEN value IS 168 (66.02% from 255) = 38.18%
BLUE value IS 190 (74.61% from 255) = 43.18%
R=18.64%
G=38.18%
B=43.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal821681900.570.1200.25192.2245.3853.33
Hex52A8BE39C019c02d35
Octal12225027671140313005565
Binary10100101010100010111110111001110001100111000000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,168,190); }

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

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

 a { background-color: rgb(82,168,190); }

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

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

 span { border-color: rgb(82,168,190); }

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