Html Css Color HEX #55ADCB Viking

📋 copy color: '#55ADCB'

red 85 ◦ green 173 ◦ blue 203

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

Shades of Viking #55ADCB

Tints of Viking #55ADCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 18.44%
G = 37.53%
B = 44.03%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#55ADCB (or 0x55ADCB) is known color: Viking. HEX triplet: 55, AD and CB. RGB value is (85,173,203). Sum of RGB (Red+Green+Blue) = 85+173+203=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #55ADCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #55ADCB is #AA5234. Grayscale: #959595. Windows color (decimal): -11162165 or 13348181. OLE color: 13348181.

HSL color Cylindrical-coordinate representation of color #55ADCB: hue angle of 195.25º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #55ADCB is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 173 203 -
CMYK 0.58 0.15 0 0.20
HSL 195.25º 0.53% 0.56% -
HSV(B) 195.25º 0.58% 0.8% -
XYZ 29.47 36.13 61.92 -
YUV 150.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 85 173 203 0.58 0.15 0 0.20 195.25 0.53 0.56
Hex 55 AD CB 3A F 0 14 C3 35 38
Octal 125 255 313 72 17 0 24 303 65 70
Binary 1010101 10101101 11001011 111010 1111 0 10100 11000011 110101 111000

Color Harmonies of #55ADCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55ADCB

Black with #55ADCB

Text Example


Text Example

White with #55ADCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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