Html Css Color HEX #55BABC Viking

📋 copy color: '#55BABC'

red 85 ◦ green 186 ◦ blue 188

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

Shades of Viking #55BABC

Tints of Viking #55BABC

RGB

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

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

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

R = 18.52%
G = 40.52%
B = 40.96%

CMYK

 C value IS 0.55

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55BABC (or 0x55BABC) is known color: Viking. HEX triplet: 55, BA and BC. RGB value is (85,186,188). Sum of RGB (Red+Green+Blue) = 85+186+188=459 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.52% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 188 - color contains mainly: blue. Hex color #55BABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BABC is #AA4543. Grayscale: #9B9B9B. Windows color (decimal): -11158852 or 12368469. OLE color: 12368469.

HSL color Cylindrical-coordinate representation of color #55BABC: hue angle of 181.17º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BABC is Cyan = 0.55, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 186 188 -
CMYK 0.55 0.01 0 0.26
HSL 181.17º 0.43% 0.54% -
HSV(B) 181.17º 0.55% 0.74% -
XYZ 30.38 40.68 53.83 -
YUV 156.03 146.04 77.34 -
System Red Green Blue C M Y K H S L
Decimal 85 186 188 0.55 0.01 0 0.26 181.17 0.43 0.54
Hex 55 BA BC 37 1 0 1A B5 2B 36
Octal 125 272 274 67 1 0 32 265 53 66
Binary 1010101 10111010 10111100 110111 1 0 11010 10110101 101011 110110

Color Harmonies of #55BABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BABC

Black with #55BABC

Text Example


Text Example

White with #55BABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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