Html Css Color HEX #52AEC5 Viking

📋 copy color: '#52AEC5'

red 82 ◦ green 174 ◦ blue 197

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

Shades of Viking #52AEC5

Tints of Viking #52AEC5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.41%

 BLUE value IS 197 (77.34% from 255) = 43.49%

R = 18.1%
G = 38.41%
B = 43.49%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#52AEC5 (or 0x52AEC5) is known color: Viking. HEX triplet: 52, AE and C5. RGB value is (82,174,197). Sum of RGB (Red+Green+Blue) = 82+174+197=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 197 - color contains mainly: blue. Hex color #52AEC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AEC5 is #AD513A. Grayscale: #949494. Windows color (decimal): -11358523 or 12955218. OLE color: 12955218.

HSL color Cylindrical-coordinate representation of color #52AEC5: hue angle of 192º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AEC5 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 174 197 -
CMYK 0.58 0.12 0 0.23
HSL 192º 0.5% 0.55% -
HSV(B) 192º 0.58% 0.77% -
XYZ 28.69 36.1 58.28 -
YUV 149.11 155.02 80.13 -
System Red Green Blue C M Y K H S L
Decimal 82 174 197 0.58 0.12 0 0.23 192 0.5 0.55
Hex 52 AE C5 3A C 0 17 C0 32 37
Octal 122 256 305 72 14 0 27 300 62 67
Binary 1010010 10101110 11000101 111010 1100 0 10111 11000000 110010 110111

Color Harmonies of #52AEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AEC5

Black with #52AEC5

Text Example


Text Example

White with #52AEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,174,197); }

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

background-color css

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

 a { background-color: rgb(82,174,197); }

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

border-color css

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

 span { border-color: rgb(82,174,197); }

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