Html Css Color HEX #55818A Paradiso

📋 copy color: '#55818A'

red 85 ◦ green 129 ◦ blue 138

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

Shades of Paradiso #55818A

Tints of Paradiso #55818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.65%

 BLUE value IS 138 (54.3% from 255) = 39.2%

R = 24.15%
G = 36.65%
B = 39.2%

CMYK

 C value IS 0.38

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55818A (or 0x55818A) is known color: Paradiso. HEX triplet: 55, 81 and 8A. RGB value is (85,129,138). Sum of RGB (Red+Green+Blue) = 85+129+138=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 129 (50.78% from 255 or 36.65% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #55818A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55818A is #AA7E75. Grayscale: #747474. Windows color (decimal): -11173494 or 9077077. OLE color: 9077077.

HSL color Cylindrical-coordinate representation of color #55818A: hue angle of 190.19º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #55818A is Cyan = 0.38, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 129 138 -
CMYK 0.38 0.07 0 0.46
HSL 190.19º 0.24% 0.44% -
HSV(B) 190.19º 0.38% 0.54% -
XYZ 16.18 19.47 26.95 -
YUV 116.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 85 129 138 0.38 0.07 0 0.46 190.19 0.24 0.44
Hex 55 81 8A 26 7 0 2E BE 18 2C
Octal 125 201 212 46 7 0 56 276 30 54
Binary 1010101 10000001 10001010 100110 111 0 101110 10111110 11000 101100

Color Harmonies of #55818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55818A

Black with #55818A

Text Example


Text Example

White with #55818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55818A; }

 p { color: rgb(85,129,138); }

 H1.HeaderClassName
 {
   color: #55818A;
 }
 .AnyTagClassName
 {
   color: #55818A;
 }
</style>

background-color css

<style>
 a { background-color: #55818A; }

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

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

border-color css

<style>
 span { border-color: #55818A; }

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

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