Html Css Color HEX #52ADBD Viking

📋 copy color: '#52ADBD'

red 82 ◦ green 173 ◦ blue 189

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

Shades of Viking #52ADBD

Tints of Viking #52ADBD

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 18.47%
G = 38.96%
B = 42.57%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#52ADBD (or 0x52ADBD) is known color: Viking. HEX triplet: 52, AD and BD. RGB value is (82,173,189). Sum of RGB (Red+Green+Blue) = 82+173+189=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 189 - color contains mainly: blue. Hex color #52ADBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADBD is #AD5242. Grayscale: #939393. Windows color (decimal): -11358787 or 12430674. OLE color: 12430674.

HSL color Cylindrical-coordinate representation of color #52ADBD: hue angle of 188.97º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52ADBD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 173 189 -
CMYK 0.57 0.08 0 0.26
HSL 188.97º 0.45% 0.53% -
HSV(B) 188.97º 0.57% 0.74% -
XYZ 27.61 35.36 53.51 -
YUV 147.62 151.35 81.2 -
System Red Green Blue C M Y K H S L
Decimal 82 173 189 0.57 0.08 0 0.26 188.97 0.45 0.53
Hex 52 AD BD 39 8 0 1A BD 2D 35
Octal 122 255 275 71 10 0 32 275 55 65
Binary 1010010 10101101 10111101 111001 1000 0 11010 10111101 101101 110101

Color Harmonies of #52ADBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADBD

Black with #52ADBD

Text Example


Text Example

White with #52ADBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,189); }

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

background-color css

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

 a { background-color: rgb(82,173,189); }

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

border-color css

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

 span { border-color: rgb(82,173,189); }

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