Html Css Color HEX #55A8BB Viking

📋 copy color: '#55A8BB'

red 85 ◦ green 168 ◦ blue 187

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

Shades of Viking #55A8BB

Tints of Viking #55A8BB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 19.32%
G = 38.18%
B = 42.5%

CMYK

 C value IS 0.55

 M value IS 0.10

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#55A8BB (or 0x55A8BB) is known color: Viking. HEX triplet: 55, A8 and BB. RGB value is (85,168,187). Sum of RGB (Red+Green+Blue) = 85+168+187=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #55A8BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55A8BB is #AA5744. Grayscale: #919191. Windows color (decimal): -11163461 or 12298325. OLE color: 12298325.

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

Color convert

RGB 85 168 187 -
CMYK 0.55 0.10 0 0.27
HSL 191.18º 0.43% 0.53% -
HSV(B) 191.18º 0.55% 0.73% -
XYZ 26.72 33.52 52.08 -
YUV 145.35 151.5 84.96 -
System Red Green Blue C M Y K H S L
Decimal 85 168 187 0.55 0.10 0 0.27 191.18 0.43 0.53
Hex 55 A8 BB 37 A 0 1B BF 2B 35
Octal 125 250 273 67 12 0 33 277 53 65
Binary 1010101 10101000 10111011 110111 1010 0 11011 10111111 101011 110101

Color Harmonies of #55A8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A8BB

Black with #55A8BB

Text Example


Text Example

White with #55A8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,168,187); }

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

background-color css

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

 a { background-color: rgb(85,168,187); }

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

border-color css

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

 span { border-color: rgb(85,168,187); }

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