Html Css Color HEX #52ACCF Viking

📋 copy color: '#52ACCF'

red 82 ◦ green 172 ◦ blue 207

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

Shades of Viking #52ACCF

Tints of Viking #52ACCF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.31%

 BLUE value IS 207 (81.25% from 255) = 44.9%

R = 17.79%
G = 37.31%
B = 44.9%

CMYK

 C value IS 0.60

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52ACCF (or 0x52ACCF) is known color: Viking. HEX triplet: 52, AC and CF. RGB value is (82,172,207). Sum of RGB (Red+Green+Blue) = 82+172+207=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 172 (67.58% from 255 or 37.31% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #52ACCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52ACCF is #AD5330. Grayscale: #949494. Windows color (decimal): -11359025 or 13610066. OLE color: 13610066.

HSL color Cylindrical-coordinate representation of color #52ACCF: hue angle of 196.8º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52ACCF is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 172 207 -
CMYK 0.60 0.17 0 0.19
HSL 196.8º 0.57% 0.57% -
HSV(B) 196.8º 0.6% 0.81% -
XYZ 29.49 35.8 64.39 -
YUV 149.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 82 172 207 0.60 0.17 0 0.19 196.8 0.57 0.57
Hex 52 AC CF 3C 11 0 13 C5 39 39
Octal 122 254 317 74 21 0 23 305 71 71
Binary 1010010 10101100 11001111 111100 10001 0 10011 11000101 111001 111001

Color Harmonies of #52ACCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52ACCF

Black with #52ACCF

Text Example


Text Example

White with #52ACCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,172,207); }

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

background-color css

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

 a { background-color: rgb(82,172,207); }

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

border-color css

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

 span { border-color: rgb(82,172,207); }

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