Html Css Color HEX #55BDBD Viking

📋 copy color: '#55BDBD'

red 85 ◦ green 189 ◦ blue 189

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

Shades of Viking #55BDBD

Tints of Viking #55BDBD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.82%

 BLUE value IS 189 (74.22% from 255) = 40.82%

R = 18.36%
G = 40.82%
B = 40.82%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55BDBD (or 0x55BDBD) is known color: Viking. HEX triplet: 55, BD and BD. RGB value is (85,189,189). Sum of RGB (Red+Green+Blue) = 85+189+189=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #55BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDBD is #AA4242. Grayscale: #9D9D9D. Windows color (decimal): -11158083 or 12434773. OLE color: 12434773.

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

Color convert

RGB 85 189 189 -
CMYK 0.55 0 0 0.26
HSL 180º 0.44% 0.54% -
HSV(B) 180º 0.55% 0.74% -
XYZ 31.13 42 54.61 -
YUV 157.9 145.54 76 -
System Red Green Blue C M Y K H S L
Decimal 85 189 189 0.55 0 0 0.26 180 0.44 0.54
Hex 55 BD BD 37 0 0 1A B4 2C 36
Octal 125 275 275 67 0 0 32 264 54 66
Binary 1010101 10111101 10111101 110111 0 0 11010 10110100 101100 110110

Color Harmonies of #55BDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDBD

Black with #55BDBD

Text Example


Text Example

White with #55BDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,189,189); }

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

background-color css

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

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

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

border-color css

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

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

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