Html Css Color HEX #54ADB9 Viking

📋 copy color: '#54ADB9'

red 84 ◦ green 173 ◦ blue 185

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

Shades of Viking #54ADB9

Tints of Viking #54ADB9

RGB

 RED value IS 84 (33.2% from 255) = 19%

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

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

R = 19%
G = 39.14%
B = 41.86%

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

#54ADB9 (or 0x54ADB9) is known color: Viking. HEX triplet: 54, AD and B9. RGB value is (84,173,185). Sum of RGB (Red+Green+Blue) = 84+173+185=442 (58% of max value = 765). Red value is 84 (33.20% from 255 or 19.00% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 185 - color contains mainly: blue. Hex color #54ADB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADB9 is #AB5246. Grayscale: #939393. Windows color (decimal): -11227719 or 12168532. OLE color: 12168532.

HSL color Cylindrical-coordinate representation of color #54ADB9: hue angle of 187.13º 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 #54ADB9 is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 173 185 -
CMYK 0.55 0.06 0 0.27
HSL 187.13º 0.42% 0.53% -
HSV(B) 187.13º 0.55% 0.73% -
XYZ 27.36 35.27 51.27 -
YUV 147.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 84 173 185 0.55 0.06 0 0.27 187.13 0.42 0.53
Hex 54 AD B9 37 6 0 1B BB 2A 35
Octal 124 255 271 67 6 0 33 273 52 65
Binary 1010100 10101101 10111001 110111 110 0 11011 10111011 101010 110101

Color Harmonies of #54ADB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADB9

Black with #54ADB9

Text Example


Text Example

White with #54ADB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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