Html Css Color HEX #55B1BA Viking

📋 copy color: '#55B1BA'

red 85 ◦ green 177 ◦ blue 186

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

Shades of Viking #55B1BA

Tints of Viking #55B1BA

RGB

 RED value IS 85 (33.59% from 255) = 18.97%

 GREEN value IS 177 (69.53% from 255) = 39.51%

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 18.97%
G = 39.51%
B = 41.52%

CMYK

 C value IS 0.54

 M value IS 0.05

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55B1BA (or 0x55B1BA) is known color: Viking. HEX triplet: 55, B1 and BA. RGB value is (85,177,186). Sum of RGB (Red+Green+Blue) = 85+177+186=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #55B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55B1BA is #AA4E45. Grayscale: #969696. Windows color (decimal): -11161158 or 12235093. OLE color: 12235093.

HSL color Cylindrical-coordinate representation of color #55B1BA: hue angle of 185.35º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55B1BA is Cyan = 0.54, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 177 186 -
CMYK 0.54 0.05 0 0.27
HSL 185.35º 0.42% 0.53% -
HSV(B) 185.35º 0.54% 0.73% -
XYZ 28.33 36.92 52.09 -
YUV 150.52 148.02 81.27 -
System Red Green Blue C M Y K H S L
Decimal 85 177 186 0.54 0.05 0 0.27 185.35 0.42 0.53
Hex 55 B1 BA 36 5 0 1B B9 2A 35
Octal 125 261 272 66 5 0 33 271 52 65
Binary 1010101 10110001 10111010 110110 101 0 11011 10111001 101010 110101

Color Harmonies of #55B1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B1BA

Black with #55B1BA

Text Example


Text Example

White with #55B1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55B1BA; }

 p { color: rgb(85,177,186); }

 H1.HeaderClassName
 {
   color: #55B1BA;
 }
 .AnyTagClassName
 {
   color: #55B1BA;
 }
</style>

background-color css

<style>
 a { background-color: #55B1BA; }

 a { background-color: rgb(85,177,186); }

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

border-color css

<style>
 span { border-color: #55B1BA; }

 span { border-color: rgb(85,177,186); }

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