Html Css Color HEX #55B5BF Viking

📋 copy color: '#55B5BF'

red 85 ◦ green 181 ◦ blue 191

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

Shades of Viking #55B5BF

Tints of Viking #55B5BF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.61%

 BLUE value IS 191 (75% from 255) = 41.79%

R = 18.6%
G = 39.61%
B = 41.79%

CMYK

 C value IS 0.55

 M value IS 0.05

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#55B5BF (or 0x55B5BF) is known color: Viking. HEX triplet: 55, B5 and BF. RGB value is (85,181,191). Sum of RGB (Red+Green+Blue) = 85+181+191=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 191 - color contains mainly: blue. Hex color #55B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B5BF is #AA4A40. Grayscale: #999999. Windows color (decimal): -11160129 or 12563797. OLE color: 12563797.

HSL color Cylindrical-coordinate representation of color #55B5BF: hue angle of 185.66º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55B5BF is Cyan = 0.55, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 181 191 -
CMYK 0.55 0.05 0 0.25
HSL 185.66º 0.45% 0.54% -
HSV(B) 185.66º 0.55% 0.75% -
XYZ 29.67 38.74 55.2 -
YUV 153.44 149.2 79.19 -
System Red Green Blue C M Y K H S L
Decimal 85 181 191 0.55 0.05 0 0.25 185.66 0.45 0.54
Hex 55 B5 BF 37 5 0 19 BA 2D 36
Octal 125 265 277 67 5 0 31 272 55 66
Binary 1010101 10110101 10111111 110111 101 0 11001 10111010 101101 110110

Color Harmonies of #55B5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B5BF

Black with #55B5BF

Text Example


Text Example

White with #55B5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,181,191); }

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

background-color css

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

 a { background-color: rgb(85,181,191); }

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

border-color css

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

 span { border-color: rgb(85,181,191); }

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