Html Css Color HEX #54B2BF Viking

📋 copy color: '#54B2BF'

red 84 ◦ green 178 ◦ blue 191

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

Shades of Viking #54B2BF

Tints of Viking #54B2BF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 39.29%

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

R = 18.54%
G = 39.29%
B = 42.16%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#54B2BF (or 0x54B2BF) is known color: Viking. HEX triplet: 54, B2 and BF. RGB value is (84,178,191). Sum of RGB (Red+Green+Blue) = 84+178+191=453 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.54% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #54B2BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B2BF is #AB4D40. Grayscale: #979797. Windows color (decimal): -11226433 or 12563028. OLE color: 12563028.

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

Color convert

RGB 84 178 191 -
CMYK 0.56 0.07 0 0.25
HSL 187.29º 0.46% 0.54% -
HSV(B) 187.29º 0.56% 0.75% -
XYZ 28.98 37.49 55 -
YUV 151.38 150.36 79.94 -
System Red Green Blue C M Y K H S L
Decimal 84 178 191 0.56 0.07 0 0.25 187.29 0.46 0.54
Hex 54 B2 BF 38 7 0 19 BB 2E 36
Octal 124 262 277 70 7 0 31 273 56 66
Binary 1010100 10110010 10111111 111000 111 0 11001 10111011 101110 110110

Color Harmonies of #54B2BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2BF

Black with #54B2BF

Text Example


Text Example

White with #54B2BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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