Html Css Color HEX #55A6BC Viking

📋 copy color: '#55A6BC'

red 85 ◦ green 166 ◦ blue 188

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

Shades of Viking #55A6BC

Tints of Viking #55A6BC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.81%

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

R = 19.36%
G = 37.81%
B = 42.82%

CMYK

 C value IS 0.55

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55A6BC (or 0x55A6BC) is known color: Viking. HEX triplet: 55, A6 and BC. RGB value is (85,166,188). Sum of RGB (Red+Green+Blue) = 85+166+188=439 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.36% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #55A6BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A6BC is #AA5943. Grayscale: #909090. Windows color (decimal): -11163972 or 12363349. OLE color: 12363349.

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

Color convert

RGB 85 166 188 -
CMYK 0.55 0.12 0 0.26
HSL 192.82º 0.43% 0.54% -
HSV(B) 192.82º 0.55% 0.74% -
XYZ 26.46 32.83 52.52 -
YUV 144.29 152.66 85.71 -
System Red Green Blue C M Y K H S L
Decimal 85 166 188 0.55 0.12 0 0.26 192.82 0.43 0.54
Hex 55 A6 BC 37 C 0 1A C1 2B 36
Octal 125 246 274 67 14 0 32 301 53 66
Binary 1010101 10100110 10111100 110111 1100 0 11010 11000001 101011 110110

Color Harmonies of #55A6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A6BC

Black with #55A6BC

Text Example


Text Example

White with #55A6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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