Html Css Color HEX #52AABA Viking

📋 copy color: '#52AABA'

red 82 ◦ green 170 ◦ blue 186

#52AABA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #52AABA

Tints of Viking #52AABA

RGB

 RED value IS 82 (32.42% from 255) = 18.72%

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 18.72%
G = 38.81%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52AABA (or 0x52AABA) is known color: Viking. HEX triplet: 52, AA and BA. RGB value is (82,170,186). Sum of RGB (Red+Green+Blue) = 82+170+186=438 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.72% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #52AABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABA is #AD5545. Grayscale: #919191. Windows color (decimal): -11359558 or 12233298. OLE color: 12233298.

HSL color Cylindrical-coordinate representation of color #52AABA: hue angle of 189.23º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52AABA is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 170 186 -
CMYK 0.56 0.09 0 0.27
HSL 189.23º 0.43% 0.53% -
HSV(B) 189.23º 0.56% 0.73% -
XYZ 26.72 34.09 51.63 -
YUV 145.51 150.85 82.7 -
System Red Green Blue C M Y K H S L
Decimal 82 170 186 0.56 0.09 0 0.27 189.23 0.43 0.53
Hex 52 AA BA 38 9 0 1B BD 2B 35
Octal 122 252 272 70 11 0 33 275 53 65
Binary 1010010 10101010 10111010 111000 1001 0 11011 10111101 101011 110101

Color Harmonies of #52AABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AABA

Black with #52AABA

Text Example


Text Example

White with #52AABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52AABA;
 }
 .AnyTagClassName
 {
   color: #52AABA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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