Html Css Color HEX #52BACD Viking

📋 copy color: '#52BACD'

red 82 ◦ green 186 ◦ blue 205

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

Shades of Viking #52BACD

Tints of Viking #52BACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.34%

R = 17.34%
G = 39.32%
B = 43.34%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52BACD (or 0x52BACD) is known color: Viking. HEX triplet: 52, BA and CD. RGB value is (82,186,205). Sum of RGB (Red+Green+Blue) = 82+186+205=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #52BACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BACD is #AD4532. Grayscale: #9C9C9C. Windows color (decimal): -11355443 or 13482578. OLE color: 13482578.

HSL color Cylindrical-coordinate representation of color #52BACD: hue angle of 189.27º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52BACD is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 186 205 -
CMYK 0.6 0.09 0 0.20
HSL 189.27º 0.55% 0.56% -
HSV(B) 189.27º 0.6% 0.8% -
XYZ 32.06 41.32 64.04 -
YUV 157.07 155.04 74.46 -
System Red Green Blue C M Y K H S L
Decimal 82 186 205 0.6 0.09 0 0.20 189.27 0.55 0.56
Hex 52 BA CD 3C 9 0 14 BD 37 38
Octal 122 272 315 74 11 0 24 275 67 70
Binary 1010010 10111010 11001101 111100 1001 0 10100 10111101 110111 111000

Color Harmonies of #52BACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BACD

Black with #52BACD

Text Example


Text Example

White with #52BACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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