Html Css Color HEX #53ADB9 Viking

📋 copy color: '#53ADB9'

red 83 ◦ green 173 ◦ blue 185

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

Shades of Viking #53ADB9

Tints of Viking #53ADB9

RGB

 RED value IS 83 (32.81% from 255) = 18.82%

 GREEN value IS 173 (67.97% from 255) = 39.23%

 BLUE value IS 185 (72.66% from 255) = 41.95%

R = 18.82%
G = 39.23%
B = 41.95%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53ADB9 (or 0x53ADB9) is known color: Viking. HEX triplet: 53, AD and B9. RGB value is (83,173,185). Sum of RGB (Red+Green+Blue) = 83+173+185=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #53ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #53ADB9 is #AC5246. Grayscale: #939393. Windows color (decimal): -11293255 or 12168531. OLE color: 12168531.

HSL color Cylindrical-coordinate representation of color #53ADB9: hue angle of 187.06º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53ADB9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 173 185 -
CMYK 0.55 0.06 0 0.27
HSL 187.06º 0.42% 0.53% -
HSV(B) 187.06º 0.55% 0.73% -
XYZ 27.27 35.23 51.26 -
YUV 147.46 149.18 82.02 -
System Red Green Blue C M Y K H S L
Decimal 83 173 185 0.55 0.06 0 0.27 187.06 0.42 0.53
Hex 53 AD B9 37 6 0 1B BB 2A 35
Octal 123 255 271 67 6 0 33 273 52 65
Binary 1010011 10101101 10111001 110111 110 0 11011 10111011 101010 110101

Color Harmonies of #53ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53ADB9

Black with #53ADB9

Text Example


Text Example

White with #53ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53ADB9; }

 p { color: rgb(83,173,185); }

 H1.HeaderClassName
 {
   color: #53ADB9;
 }
 .AnyTagClassName
 {
   color: #53ADB9;
 }
</style>

background-color css

<style>
 a { background-color: #53ADB9; }

 a { background-color: rgb(83,173,185); }

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

border-color css

<style>
 span { border-color: #53ADB9; }

 span { border-color: rgb(83,173,185); }

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