Html Css Color HEX #52A5BD Viking

📋 copy color: '#52A5BD'

red 82 ◦ green 165 ◦ blue 189

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

Shades of Viking #52A5BD

Tints of Viking #52A5BD

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

 BLUE value IS 189 (74.22% from 255) = 43.35%

R = 18.81%
G = 37.84%
B = 43.35%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#52A5BD (or 0x52A5BD) is known color: Viking. HEX triplet: 52, A5 and BD. RGB value is (82,165,189). Sum of RGB (Red+Green+Blue) = 82+165+189=436 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.81% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 189 (74.22% from 255 or 43.35% from 436); Max value from RGB is 189 - color contains mainly: blue. Hex color #52A5BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #52A5BD is #AD5A42. Grayscale: #8E8E8E. Windows color (decimal): -11360835 or 12428626. OLE color: 12428626.

HSL color Cylindrical-coordinate representation of color #52A5BD: hue angle of 193.46º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52A5BD is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 165 189 -
CMYK 0.57 0.13 0 0.26
HSL 193.46º 0.45% 0.53% -
HSV(B) 193.46º 0.57% 0.74% -
XYZ 26.12 32.38 53.02 -
YUV 142.92 154 84.55 -
System Red Green Blue C M Y K H S L
Decimal 82 165 189 0.57 0.13 0 0.26 193.46 0.45 0.53
Hex 52 A5 BD 39 D 0 1A C1 2D 35
Octal 122 245 275 71 15 0 32 301 55 65
Binary 1010010 10100101 10111101 111001 1101 0 11010 11000001 101101 110101

Color Harmonies of #52A5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52A5BD

Black with #52A5BD

Text Example


Text Example

White with #52A5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,165,189); }

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

background-color css

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

 a { background-color: rgb(82,165,189); }

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

border-color css

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

 span { border-color: rgb(82,165,189); }

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