Html Css Color HEX #54B0BC Viking

📋 copy color: '#54B0BC'

red 84 ◦ green 176 ◦ blue 188

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

Shades of Viking #54B0BC

Tints of Viking #54B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 39.29%

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

R = 18.75%
G = 39.29%
B = 41.96%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#54B0BC (or 0x54B0BC) is known color: Viking. HEX triplet: 54, B0 and BC. RGB value is (84,176,188). Sum of RGB (Red+Green+Blue) = 84+176+188=448 (59% of max value = 765). Red value is 84 (33.20% from 255 or 18.75% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #54B0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #54B0BC is #AB4F43. Grayscale: #959595. Windows color (decimal): -11226948 or 12365908. OLE color: 12365908.

HSL color Cylindrical-coordinate representation of color #54B0BC: hue angle of 186.92º 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 #54B0BC is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 84 176 188 -
CMYK 0.55 0.06 0 0.26
HSL 186.92º 0.44% 0.53% -
HSV(B) 186.92º 0.55% 0.74% -
XYZ 28.26 36.57 53.15 -
YUV 149.86 149.52 81.02 -
System Red Green Blue C M Y K H S L
Decimal 84 176 188 0.55 0.06 0 0.26 186.92 0.44 0.53
Hex 54 B0 BC 37 6 0 1A BB 2C 35
Octal 124 260 274 67 6 0 32 273 54 65
Binary 1010100 10110000 10111100 110111 110 0 11010 10111011 101100 110101

Color Harmonies of #54B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B0BC

Black with #54B0BC

Text Example


Text Example

White with #54B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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