Html Css Color HEX #52A8BF Viking

📋 copy color: '#52A8BF'

red 82 ◦ green 168 ◦ blue 191

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

Shades of Viking #52A8BF

Tints of Viking #52A8BF

RGB

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

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

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

R = 18.59%
G = 38.1%
B = 43.31%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52A8BF (or 0x52A8BF) is known color: Viking. HEX triplet: 52, A8 and BF. RGB value is (82,168,191). Sum of RGB (Red+Green+Blue) = 82+168+191=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #52A8BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A8BF is #AD5740. Grayscale: #909090. Windows color (decimal): -11360065 or 12560466. OLE color: 12560466.

HSL color Cylindrical-coordinate representation of color #52A8BF: hue angle of 192.66º 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 #52A8BF is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 168 191 -
CMYK 0.57 0.12 0 0.25
HSL 192.66º 0.46% 0.54% -
HSV(B) 192.66º 0.57% 0.75% -
XYZ 26.89 33.56 54.35 -
YUV 144.91 154.01 83.13 -
System Red Green Blue C M Y K H S L
Decimal 82 168 191 0.57 0.12 0 0.25 192.66 0.46 0.54
Hex 52 A8 BF 39 C 0 19 C1 2E 36
Octal 122 250 277 71 14 0 31 301 56 66
Binary 1010010 10101000 10111111 111001 1100 0 11001 11000001 101110 110110

Color Harmonies of #52A8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A8BF

Black with #52A8BF

Text Example


Text Example

White with #52A8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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