Html Css Color HEX #55AFBC Viking

📋 copy color: '#55AFBC'

red 85 ◦ green 175 ◦ blue 188

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

Shades of Viking #55AFBC

Tints of Viking #55AFBC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 39.06%

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

R = 18.97%
G = 39.06%
B = 41.96%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55AFBC (or 0x55AFBC) is known color: Viking. HEX triplet: 55, AF and BC. RGB value is (85,175,188). Sum of RGB (Red+Green+Blue) = 85+175+188=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 175 (68.75% from 255 or 39.06% 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 #55AFBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AFBC is #AA5043. Grayscale: #959595. Windows color (decimal): -11161668 or 12365653. OLE color: 12365653.

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

Color convert

RGB 85 175 188 -
CMYK 0.55 0.07 0 0.26
HSL 187.57º 0.43% 0.54% -
HSV(B) 187.57º 0.55% 0.74% -
XYZ 28.15 36.22 53.08 -
YUV 149.57 149.68 81.94 -
System Red Green Blue C M Y K H S L
Decimal 85 175 188 0.55 0.07 0 0.26 187.57 0.43 0.54
Hex 55 AF BC 37 7 0 1A BC 2B 36
Octal 125 257 274 67 7 0 32 274 53 66
Binary 1010101 10101111 10111100 110111 111 0 11010 10111100 101011 110110

Color Harmonies of #55AFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AFBC

Black with #55AFBC

Text Example


Text Example

White with #55AFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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