Html Css Color HEX #54ADBB Viking

📋 copy color: '#54ADBB'

red 84 ◦ green 173 ◦ blue 187

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

Shades of Viking #54ADBB

Tints of Viking #54ADBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.12%

R = 18.92%
G = 38.96%
B = 42.12%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#54ADBB (or 0x54ADBB) is known color: Viking. HEX triplet: 54, AD and BB. RGB value is (84,173,187). Sum of RGB (Red+Green+Blue) = 84+173+187=444 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.92% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 187 (73.44% from 255 or 42.12% from 444); Max value from RGB is 187 - color contains mainly: blue. Hex color #54ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADBB is #AB5244. Grayscale: #939393. Windows color (decimal): -11227717 or 12299604. OLE color: 12299604.

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

Color convert

RGB 84 173 187 -
CMYK 0.55 0.07 0 0.27
HSL 188.16º 0.43% 0.53% -
HSV(B) 188.16º 0.55% 0.73% -
XYZ 27.57 35.36 52.39 -
YUV 147.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 84 173 187 0.55 0.07 0 0.27 188.16 0.43 0.53
Hex 54 AD BB 37 7 0 1B BC 2B 35
Octal 124 255 273 67 7 0 33 274 53 65
Binary 1010100 10101101 10111011 110111 111 0 11011 10111100 101011 110101

Color Harmonies of #54ADBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADBB

Black with #54ADBB

Text Example


Text Example

White with #54ADBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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