Html Css Color HEX #55AEC6 Viking

📋 copy color: '#55AEC6'

red 85 ◦ green 174 ◦ blue 198

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

Shades of Viking #55AEC6

Tints of Viking #55AEC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 18.6%
G = 38.07%
B = 43.33%

CMYK

 C value IS 0.57

 M value IS 0.12

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#55AEC6 (or 0x55AEC6) is known color: Viking. HEX triplet: 55, AE and C6. RGB value is (85,174,198). Sum of RGB (Red+Green+Blue) = 85+174+198=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #55AEC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55AEC6 is #AA5139. Grayscale: #959595. Windows color (decimal): -11161914 or 13020757. OLE color: 13020757.

HSL color Cylindrical-coordinate representation of color #55AEC6: hue angle of 192.74º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55AEC6 is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 174 198 -
CMYK 0.57 0.12 0 0.22
HSL 192.74º 0.5% 0.55% -
HSV(B) 192.74º 0.57% 0.78% -
XYZ 29.08 36.28 58.9 -
YUV 150.13 155.01 81.55 -
System Red Green Blue C M Y K H S L
Decimal 85 174 198 0.57 0.12 0 0.22 192.74 0.5 0.55
Hex 55 AE C6 39 C 0 16 C1 32 37
Octal 125 256 306 71 14 0 26 301 62 67
Binary 1010101 10101110 11000110 111001 1100 0 10110 11000001 110010 110111

Color Harmonies of #55AEC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55AEC6

Black with #55AEC6

Text Example


Text Example

White with #55AEC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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