Html Css Color HEX #52A6B9 Viking

📋 copy color: '#52A6B9'

red 82 ◦ green 166 ◦ blue 185

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

Shades of Viking #52A6B9

Tints of Viking #52A6B9

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

 BLUE value IS 185 (72.66% from 255) = 42.73%

R = 18.94%
G = 38.34%
B = 42.73%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#52A6B9 (or 0x52A6B9) is known color: Viking. HEX triplet: 52, A6 and B9. RGB value is (82,166,185). Sum of RGB (Red+Green+Blue) = 82+166+185=433 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.94% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 185 - color contains mainly: blue. Hex color #52A6B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A6B9 is #AD5946. Grayscale: #8E8E8E. Windows color (decimal): -11360583 or 12166738. OLE color: 12166738.

HSL color Cylindrical-coordinate representation of color #52A6B9: hue angle of 191.07º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52A6B9 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 166 185 -
CMYK 0.56 0.10 0 0.27
HSL 191.07º 0.42% 0.52% -
HSV(B) 191.07º 0.56% 0.73% -
XYZ 25.87 32.57 50.82 -
YUV 143.05 151.67 84.46 -
System Red Green Blue C M Y K H S L
Decimal 82 166 185 0.56 0.10 0 0.27 191.07 0.42 0.52
Hex 52 A6 B9 38 A 0 1B BF 2A 34
Octal 122 246 271 70 12 0 33 277 52 64
Binary 1010010 10100110 10111001 111000 1010 0 11011 10111111 101010 110100

Color Harmonies of #52A6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A6B9

Black with #52A6B9

Text Example


Text Example

White with #52A6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,166,185); }

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

background-color css

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

 a { background-color: rgb(82,166,185); }

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

border-color css

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

 span { border-color: rgb(82,166,185); }

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