Html Css Color HEX #52A6BA Viking

📋 copy color: '#52A6BA'

red 82 ◦ green 166 ◦ blue 186

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

Shades of Viking #52A6BA

Tints of Viking #52A6BA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.25%

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

R = 18.89%
G = 38.25%
B = 42.86%

CMYK

 C value IS 0.56

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52A6BA (or 0x52A6BA) is known color: Viking. HEX triplet: 52, A6 and BA. RGB value is (82,166,186). Sum of RGB (Red+Green+Blue) = 82+166+186=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #52A6BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A6BA is #AD5945. Grayscale: #8F8F8F. Windows color (decimal): -11360582 or 12232274. OLE color: 12232274.

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

Color convert

RGB 82 166 186 -
CMYK 0.56 0.11 0 0.27
HSL 191.54º 0.43% 0.53% -
HSV(B) 191.54º 0.56% 0.73% -
XYZ 25.98 32.61 51.38 -
YUV 143.16 152.17 84.37 -
System Red Green Blue C M Y K H S L
Decimal 82 166 186 0.56 0.11 0 0.27 191.54 0.43 0.53
Hex 52 A6 BA 38 B 0 1B C0 2B 35
Octal 122 246 272 70 13 0 33 300 53 65
Binary 1010010 10100110 10111010 111000 1011 0 11011 11000000 101011 110101

Color Harmonies of #52A6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A6BA

Black with #52A6BA

Text Example


Text Example

White with #52A6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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