Html Css Color HEX #52ADCD Viking

📋 copy color: '#52ADCD'

red 82 ◦ green 173 ◦ blue 205

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

Shades of Viking #52ADCD

Tints of Viking #52ADCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 17.83%
G = 37.61%
B = 44.57%

CMYK

 C value IS 0.6

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52ADCD (or 0x52ADCD) is known color: Viking. HEX triplet: 52, AD and CD. RGB value is (82,173,205). Sum of RGB (Red+Green+Blue) = 82+173+205=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #52ADCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ADCD is #AD5232. Grayscale: #959595. Windows color (decimal): -11358771 or 13479250. OLE color: 13479250.

HSL color Cylindrical-coordinate representation of color #52ADCD: hue angle of 195.61º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ADCD is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 173 205 -
CMYK 0.6 0.16 0 0.20
HSL 195.61º 0.55% 0.56% -
HSV(B) 195.61º 0.6% 0.8% -
XYZ 29.44 36.09 63.17 -
YUV 149.44 159.35 79.9 -
System Red Green Blue C M Y K H S L
Decimal 82 173 205 0.6 0.16 0 0.20 195.61 0.55 0.56
Hex 52 AD CD 3C 10 0 14 C4 37 38
Octal 122 255 315 74 20 0 24 304 67 70
Binary 1010010 10101101 11001101 111100 10000 0 10100 11000100 110111 111000

Color Harmonies of #52ADCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ADCD

Black with #52ADCD

Text Example


Text Example

White with #52ADCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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