Html Css Color HEX #52AABF Viking

📋 copy color: '#52AABF'

red 82 ◦ green 170 ◦ blue 191

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

Shades of Viking #52AABF

Tints of Viking #52AABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 18.51%
G = 38.37%
B = 43.12%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52AABF (or 0x52AABF) is known color: Viking. HEX triplet: 52, AA and BF. RGB value is (82,170,191). Sum of RGB (Red+Green+Blue) = 82+170+191=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 170 (66.80% from 255 or 38.37% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #52AABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AABF is #AD5540. Grayscale: #919191. Windows color (decimal): -11359553 or 12560978. OLE color: 12560978.

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

Color convert

RGB 82 170 191 -
CMYK 0.57 0.11 0 0.25
HSL 191.56º 0.46% 0.54% -
HSV(B) 191.56º 0.57% 0.75% -
XYZ 27.26 34.3 54.48 -
YUV 146.08 153.35 82.29 -
System Red Green Blue C M Y K H S L
Decimal 82 170 191 0.57 0.11 0 0.25 191.56 0.46 0.54
Hex 52 AA BF 39 B 0 19 C0 2E 36
Octal 122 252 277 71 13 0 31 300 56 66
Binary 1010010 10101010 10111111 111001 1011 0 11001 11000000 101110 110110

Color Harmonies of #52AABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AABF

Black with #52AABF

Text Example


Text Example

White with #52AABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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