Html Css Color HEX #52A5BA Viking

📋 copy color: '#52A5BA'

red 82 ◦ green 165 ◦ blue 186

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

Shades of Viking #52A5BA

Tints of Viking #52A5BA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 18.94%
G = 38.11%
B = 42.96%

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

#52A5BA (or 0x52A5BA) is known color: Viking. HEX triplet: 52, A5 and BA. RGB value is (82,165,186). Sum of RGB (Red+Green+Blue) = 82+165+186=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #52A5BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5BA is #AD5A45. Grayscale: #8E8E8E. Windows color (decimal): -11360838 or 12232018. OLE color: 12232018.

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

Color convert

RGB 82 165 186 -
CMYK 0.56 0.11 0 0.27
HSL 192.12º 0.43% 0.53% -
HSV(B) 192.12º 0.56% 0.73% -
XYZ 25.8 32.25 51.32 -
YUV 142.58 152.5 84.79 -
System Red Green Blue C M Y K H S L
Decimal 82 165 186 0.56 0.11 0 0.27 192.12 0.43 0.53
Hex 52 A5 BA 38 B 0 1B C0 2B 35
Octal 122 245 272 70 13 0 33 300 53 65
Binary 1010010 10100101 10111010 111000 1011 0 11011 11000000 101011 110101

Color Harmonies of #52A5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A5BA

Black with #52A5BA

Text Example


Text Example

White with #52A5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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