Html Css Color HEX #55AEBD Viking

📋 copy color: '#55AEBD'

red 85 ◦ green 174 ◦ blue 189

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

Shades of Viking #55AEBD

Tints of Viking #55AEBD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.84%

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

R = 18.97%
G = 38.84%
B = 42.19%

CMYK

 C value IS 0.55

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#55AEBD (or 0x55AEBD) is known color: Viking. HEX triplet: 55, AE and BD. RGB value is (85,174,189). Sum of RGB (Red+Green+Blue) = 85+174+189=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 174 (68.36% from 255 or 38.84% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #55AEBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEBD is #AA5142. Grayscale: #949494. Windows color (decimal): -11161923 or 12430933. OLE color: 12430933.

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

Color convert

RGB 85 174 189 -
CMYK 0.55 0.08 0 0.26
HSL 188.65º 0.44% 0.54% -
HSV(B) 188.65º 0.55% 0.74% -
XYZ 28.07 35.88 53.59 -
YUV 149.1 150.51 82.28 -
System Red Green Blue C M Y K H S L
Decimal 85 174 189 0.55 0.08 0 0.26 188.65 0.44 0.54
Hex 55 AE BD 37 8 0 1A BD 2C 36
Octal 125 256 275 67 10 0 32 275 54 66
Binary 1010101 10101110 10111101 110111 1000 0 11010 10111101 101100 110110

Color Harmonies of #55AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEBD

Black with #55AEBD

Text Example


Text Example

White with #55AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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