Html Css Color HEX #55B4BC Viking

📋 copy color: '#55B4BC'

red 85 ◦ green 180 ◦ blue 188

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

Shades of Viking #55B4BC

Tints of Viking #55B4BC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.74%

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

R = 18.76%
G = 39.74%
B = 41.5%

CMYK

 C value IS 0.55

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55B4BC (or 0x55B4BC) is known color: Viking. HEX triplet: 55, B4 and BC. RGB value is (85,180,188). Sum of RGB (Red+Green+Blue) = 85+180+188=453 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.76% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 188 - color contains mainly: blue. Hex color #55B4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55B4BC is #AA4B43. Grayscale: #989898. Windows color (decimal): -11160388 or 12366933. OLE color: 12366933.

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

Color convert

RGB 85 180 188 -
CMYK 0.55 0.04 0 0.26
HSL 184.66º 0.43% 0.54% -
HSV(B) 184.66º 0.55% 0.74% -
XYZ 29.14 38.2 53.42 -
YUV 152.51 148.03 79.85 -
System Red Green Blue C M Y K H S L
Decimal 85 180 188 0.55 0.04 0 0.26 184.66 0.43 0.54
Hex 55 B4 BC 37 4 0 1A B9 2B 36
Octal 125 264 274 67 4 0 32 271 53 66
Binary 1010101 10110100 10111100 110111 100 0 11010 10111001 101011 110110

Color Harmonies of #55B4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55B4BC

Black with #55B4BC

Text Example


Text Example

White with #55B4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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