Html Css Color HEX #54ADBE Viking

📋 copy color: '#54ADBE'

red 84 ◦ green 173 ◦ blue 190

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

Shades of Viking #54ADBE

Tints of Viking #54ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.51%

R = 18.79%
G = 38.7%
B = 42.51%

CMYK

 C value IS 0.56

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54ADBE (or 0x54ADBE) is known color: Viking. HEX triplet: 54, AD and BE. RGB value is (84,173,190). Sum of RGB (Red+Green+Blue) = 84+173+190=447 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.79% from 447); Green value is 173 (67.97% from 255 or 38.70% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #54ADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ADBE is #AB5241. Grayscale: #949494. Windows color (decimal): -11227714 or 12496212. OLE color: 12496212.

HSL color Cylindrical-coordinate representation of color #54ADBE: hue angle of 189.62º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54ADBE is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 173 190 -
CMYK 0.56 0.09 0 0.25
HSL 189.62º 0.45% 0.54% -
HSV(B) 189.62º 0.56% 0.75% -
XYZ 27.89 35.49 54.1 -
YUV 148.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 84 173 190 0.56 0.09 0 0.25 189.62 0.45 0.54
Hex 54 AD BE 38 9 0 19 BE 2D 36
Octal 124 255 276 70 11 0 31 276 55 66
Binary 1010100 10101101 10111110 111000 1001 0 11001 10111110 101101 110110

Color Harmonies of #54ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADBE

Black with #54ADBE

Text Example


Text Example

White with #54ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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