Html Css Color HEX #52ABBA Viking

📋 copy color: '#52ABBA'

red 82 ◦ green 171 ◦ blue 186

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

Shades of Viking #52ABBA

Tints of Viking #52ABBA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.95%

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

R = 18.68%
G = 38.95%
B = 42.37%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52ABBA (or 0x52ABBA) is known color: Viking. HEX triplet: 52, AB and BA. RGB value is (82,171,186). Sum of RGB (Red+Green+Blue) = 82+171+186=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #52ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ABBA is #AD5445. Grayscale: #919191. Windows color (decimal): -11359302 or 12233554. OLE color: 12233554.

HSL color Cylindrical-coordinate representation of color #52ABBA: hue angle of 188.65º 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 #52ABBA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 171 186 -
CMYK 0.56 0.08 0 0.27
HSL 188.65º 0.43% 0.53% -
HSV(B) 188.65º 0.56% 0.73% -
XYZ 26.91 34.46 51.69 -
YUV 146.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 82 171 186 0.56 0.08 0 0.27 188.65 0.43 0.53
Hex 52 AB BA 38 8 0 1B BD 2B 35
Octal 122 253 272 70 10 0 33 275 53 65
Binary 1010010 10101011 10111010 111000 1000 0 11011 10111101 101011 110101

Color Harmonies of #52ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ABBA

Black with #52ABBA

Text Example


Text Example

White with #52ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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