Html Css Color HEX #52BABD Viking

📋 copy color: '#52BABD'

red 82 ◦ green 186 ◦ blue 189

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

Shades of Viking #52BABD

Tints of Viking #52BABD

RGB

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

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

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

R = 17.94%
G = 40.7%
B = 41.36%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#52BABD (or 0x52BABD) is known color: Viking. HEX triplet: 52, BA and BD. RGB value is (82,186,189). Sum of RGB (Red+Green+Blue) = 82+186+189=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #52BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BABD is #AD4542. Grayscale: #9B9B9B. Windows color (decimal): -11355459 or 12434002. OLE color: 12434002.

HSL color Cylindrical-coordinate representation of color #52BABD: hue angle of 181.68º 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 #52BABD is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 186 189 -
CMYK 0.57 0.02 0 0.26
HSL 181.68º 0.45% 0.53% -
HSV(B) 181.68º 0.57% 0.74% -
XYZ 30.22 40.59 54.38 -
YUV 155.25 147.04 75.76 -
System Red Green Blue C M Y K H S L
Decimal 82 186 189 0.57 0.02 0 0.26 181.68 0.45 0.53
Hex 52 BA BD 39 2 0 1A B6 2D 35
Octal 122 272 275 71 2 0 32 266 55 65
Binary 1010010 10111010 10111101 111001 10 0 11010 10110110 101101 110101

Color Harmonies of #52BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BABD

Black with #52BABD

Text Example


Text Example

White with #52BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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