Html Css Color HEX #54ABBC Viking

📋 copy color: '#54ABBC'

red 84 ◦ green 171 ◦ blue 188

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

Shades of Viking #54ABBC

Tints of Viking #54ABBC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 18.96%
G = 38.6%
B = 42.44%

CMYK

 C value IS 0.55

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#54ABBC (or 0x54ABBC) is known color: Viking. HEX triplet: 54, AB and BC. RGB value is (84,171,188). Sum of RGB (Red+Green+Blue) = 84+171+188=443 (58% of max value = 765). Red value is 84 (33.20% from 255 or 18.96% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 188 - color contains mainly: blue. Hex color #54ABBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54ABBC is #AB5443. Grayscale: #929292. Windows color (decimal): -11228228 or 12364628. OLE color: 12364628.

HSL color Cylindrical-coordinate representation of color #54ABBC: hue angle of 189.81º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54ABBC is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 171 188 -
CMYK 0.55 0.09 0 0.26
HSL 189.81º 0.44% 0.53% -
HSV(B) 189.81º 0.55% 0.74% -
XYZ 27.3 34.64 52.82 -
YUV 146.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 84 171 188 0.55 0.09 0 0.26 189.81 0.44 0.53
Hex 54 AB BC 37 9 0 1A BE 2C 35
Octal 124 253 274 67 11 0 32 276 54 65
Binary 1010100 10101011 10111100 110111 1001 0 11010 10111110 101100 110101

Color Harmonies of #54ABBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ABBC

Black with #54ABBC

Text Example


Text Example

White with #54ABBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,171,188); }

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

background-color css

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

 a { background-color: rgb(84,171,188); }

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

border-color css

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

 span { border-color: rgb(84,171,188); }

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