Html Css Color HEX #55ADC8 Viking

📋 copy color: '#55ADC8'

red 85 ◦ green 173 ◦ blue 200

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

Shades of Viking #55ADC8

Tints of Viking #55ADC8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 200 (78.52% from 255) = 43.67%

R = 18.56%
G = 37.77%
B = 43.67%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#55ADC8 (or 0x55ADC8) is known color: Viking. HEX triplet: 55, AD and C8. RGB value is (85,173,200). Sum of RGB (Red+Green+Blue) = 85+173+200=458 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.56% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 200 - color contains mainly: blue. Hex color #55ADC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADC8 is #AA5237. Grayscale: #959595. Windows color (decimal): -11162168 or 13151573. OLE color: 13151573.

HSL color Cylindrical-coordinate representation of color #55ADC8: hue angle of 194.09º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55ADC8 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 173 200 -
CMYK 0.58 0.14 0 0.22
HSL 194.09º 0.51% 0.56% -
HSV(B) 194.09º 0.58% 0.78% -
XYZ 29.12 35.99 60.06 -
YUV 149.77 156.35 81.8 -
System Red Green Blue C M Y K H S L
Decimal 85 173 200 0.58 0.14 0 0.22 194.09 0.51 0.56
Hex 55 AD C8 3A E 0 16 C2 33 38
Octal 125 255 310 72 16 0 26 302 63 70
Binary 1010101 10101101 11001000 111010 1110 0 10110 11000010 110011 111000

Color Harmonies of #55ADC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADC8

Black with #55ADC8

Text Example


Text Example

White with #55ADC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,173,200); }

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

background-color css

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

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

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

border-color css

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

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

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