Html Css Color HEX #52BACF Viking

📋 copy color: '#52BACF'

red 82 ◦ green 186 ◦ blue 207

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

Shades of Viking #52BACF

Tints of Viking #52BACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.16%

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

R = 17.26%
G = 39.16%
B = 43.58%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#52BACF (or 0x52BACF) is known color: Viking. HEX triplet: 52, BA and CF. RGB value is (82,186,207). Sum of RGB (Red+Green+Blue) = 82+186+207=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 186 (73.05% from 255 or 39.16% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #52BACF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BACF is #AD4530. Grayscale: #9D9D9D. Windows color (decimal): -11355441 or 13613650. OLE color: 13613650.

HSL color Cylindrical-coordinate representation of color #52BACF: hue angle of 190.08º 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 #52BACF is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 186 207 -
CMYK 0.60 0.10 0 0.19
HSL 190.08º 0.57% 0.57% -
HSV(B) 190.08º 0.6% 0.81% -
XYZ 32.3 41.42 65.32 -
YUV 157.3 156.04 74.29 -
System Red Green Blue C M Y K H S L
Decimal 82 186 207 0.60 0.10 0 0.19 190.08 0.57 0.57
Hex 52 BA CF 3C A 0 13 BE 39 39
Octal 122 272 317 74 12 0 23 276 71 71
Binary 1010010 10111010 11001111 111100 1010 0 10011 10111110 111001 111001

Color Harmonies of #52BACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BACF

Black with #52BACF

Text Example


Text Example

White with #52BACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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