Html Css Color HEX #55838A Paradiso

📋 copy color: '#55838A'

red 85 ◦ green 131 ◦ blue 138

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

Shades of Paradiso #55838A

Tints of Paradiso #55838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 37.01%

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

R = 24.01%
G = 37.01%
B = 38.98%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#55838A (or 0x55838A) is known color: Paradiso. HEX triplet: 55, 83 and 8A. RGB value is (85,131,138). Sum of RGB (Red+Green+Blue) = 85+131+138=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #55838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55838A is #AA7C75. Grayscale: #757575. Windows color (decimal): -11172982 or 9077589. OLE color: 9077589.

HSL color Cylindrical-coordinate representation of color #55838A: hue angle of 187.92º 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 #55838A is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 131 138 -
CMYK 0.38 0.05 0 0.46
HSL 187.92º 0.24% 0.44% -
HSV(B) 187.92º 0.38% 0.54% -
XYZ 16.45 20 27.04 -
YUV 118.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 85 131 138 0.38 0.05 0 0.46 187.92 0.24 0.44
Hex 55 83 8A 26 5 0 2E BC 18 2C
Octal 125 203 212 46 5 0 56 274 30 54
Binary 1010101 10000011 10001010 100110 101 0 101110 10111100 11000 101100

Color Harmonies of #55838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55838A

Black with #55838A

Text Example


Text Example

White with #55838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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