Html Css Color HEX #54BABD Viking

📋 copy color: '#54BABD'

red 84 ◦ green 186 ◦ blue 189

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

Shades of Viking #54BABD

Tints of Viking #54BABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 18.3%
G = 40.52%
B = 41.18%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#54BABD (or 0x54BABD) is known color: Viking. HEX triplet: 54, BA and BD. RGB value is (84,186,189). Sum of RGB (Red+Green+Blue) = 84+186+189=459 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.30% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #54BABD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54BABD is #AB4542. Grayscale: #9B9B9B. Windows color (decimal): -11224387 or 12434004. OLE color: 12434004.

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

Color convert

RGB 84 186 189 -
CMYK 0.56 0.02 0 0.26
HSL 181.71º 0.44% 0.54% -
HSV(B) 181.71º 0.56% 0.74% -
XYZ 30.4 40.68 54.39 -
YUV 155.84 146.71 76.76 -
System Red Green Blue C M Y K H S L
Decimal 84 186 189 0.56 0.02 0 0.26 181.71 0.44 0.54
Hex 54 BA BD 38 2 0 1A B6 2C 36
Octal 124 272 275 70 2 0 32 266 54 66
Binary 1010100 10111010 10111101 111000 10 0 11010 10110110 101100 110110

Color Harmonies of #54BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BABD

Black with #54BABD

Text Example


Text Example

White with #54BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,186,189); }

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

background-color css

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

 a { background-color: rgb(84,186,189); }

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

border-color css

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

 span { border-color: rgb(84,186,189); }

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