Html Css Color HEX #52AFC1 Viking

📋 copy color: '#52AFC1'

red 82 ◦ green 175 ◦ blue 193

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

Shades of Viking #52AFC1

Tints of Viking #52AFC1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.89%

 BLUE value IS 193 (75.78% from 255) = 42.89%

R = 18.22%
G = 38.89%
B = 42.89%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#52AFC1 (or 0x52AFC1) is known color: Viking. HEX triplet: 52, AF and C1. RGB value is (82,175,193). Sum of RGB (Red+Green+Blue) = 82+175+193=450 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.22% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 193 (75.78% from 255 or 42.89% from 450); Max value from RGB is 193 - color contains mainly: blue. Hex color #52AFC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52AFC1 is #AD503E. Grayscale: #959595. Windows color (decimal): -11358271 or 12693330. OLE color: 12693330.

HSL color Cylindrical-coordinate representation of color #52AFC1: hue angle of 189.73º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52AFC1 is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 175 193 -
CMYK 0.58 0.09 0 0.24
HSL 189.73º 0.47% 0.54% -
HSV(B) 189.73º 0.58% 0.76% -
XYZ 28.44 36.3 55.96 -
YUV 149.25 152.69 80.04 -
System Red Green Blue C M Y K H S L
Decimal 82 175 193 0.58 0.09 0 0.24 189.73 0.47 0.54
Hex 52 AF C1 3A 9 0 18 BE 2F 36
Octal 122 257 301 72 11 0 30 276 57 66
Binary 1010010 10101111 11000001 111010 1001 0 11000 10111110 101111 110110

Color Harmonies of #52AFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AFC1

Black with #52AFC1

Text Example


Text Example

White with #52AFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,193); }

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

background-color css

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

 a { background-color: rgb(82,175,193); }

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

border-color css

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

 span { border-color: rgb(82,175,193); }

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