Html Css Color HEX #54B9BF Viking

📋 copy color: '#54B9BF'

red 84 ◦ green 185 ◦ blue 191

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

Shades of Viking #54B9BF

Tints of Viking #54B9BF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.22%

 BLUE value IS 191 (75% from 255) = 41.52%

R = 18.26%
G = 40.22%
B = 41.52%

CMYK

 C value IS 0.56

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54B9BF (or 0x54B9BF) is known color: Viking. HEX triplet: 54, B9 and BF. RGB value is (84,185,191). Sum of RGB (Red+Green+Blue) = 84+185+191=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 191 (75% from 255 or 41.52% from 460); Max value from RGB is 191 - color contains mainly: blue. Hex color #54B9BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #54B9BF is #AB4640. Grayscale: #9B9B9B. Windows color (decimal): -11224641 or 12564820. OLE color: 12564820.

HSL color Cylindrical-coordinate representation of color #54B9BF: hue angle of 183.36º degrees, saturation: 0.46, 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 #54B9BF is Cyan = 0.56, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 185 191 -
CMYK 0.56 0.03 0 0.25
HSL 183.36º 0.46% 0.54% -
HSV(B) 183.36º 0.56% 0.75% -
XYZ 30.41 40.34 55.47 -
YUV 155.49 148.04 77.01 -
System Red Green Blue C M Y K H S L
Decimal 84 185 191 0.56 0.03 0 0.25 183.36 0.46 0.54
Hex 54 B9 BF 38 3 0 19 B7 2E 36
Octal 124 271 277 70 3 0 31 267 56 66
Binary 1010100 10111001 10111111 111000 11 0 11001 10110111 101110 110110

Color Harmonies of #54B9BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B9BF

Black with #54B9BF

Text Example


Text Example

White with #54B9BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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