Html Css Color HEX #52A8BA Viking

📋 copy color: '#52A8BA'

red 82 ◦ green 168 ◦ blue 186

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

Shades of Viking #52A8BA

Tints of Viking #52A8BA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.53%

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

R = 18.81%
G = 38.53%
B = 42.66%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52A8BA (or 0x52A8BA) is known color: Viking. HEX triplet: 52, A8 and BA. RGB value is (82,168,186). Sum of RGB (Red+Green+Blue) = 82+168+186=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #52A8BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8BA is #AD5745. Grayscale: #909090. Windows color (decimal): -11360070 or 12232786. OLE color: 12232786.

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

Color convert

RGB 82 168 186 -
CMYK 0.56 0.10 0 0.27
HSL 190.38º 0.43% 0.53% -
HSV(B) 190.38º 0.56% 0.73% -
XYZ 26.35 33.34 51.5 -
YUV 144.34 151.51 83.54 -
System Red Green Blue C M Y K H S L
Decimal 82 168 186 0.56 0.10 0 0.27 190.38 0.43 0.53
Hex 52 A8 BA 38 A 0 1B BE 2B 35
Octal 122 250 272 70 12 0 33 276 53 65
Binary 1010010 10101000 10111010 111000 1010 0 11011 10111110 101011 110101

Color Harmonies of #52A8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8BA

Black with #52A8BA

Text Example


Text Example

White with #52A8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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