Html Css Color HEX #55828B Paradiso

📋 copy color: '#55828B'

red 85 ◦ green 130 ◦ blue 139

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

Shades of Paradiso #55828B

Tints of Paradiso #55828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

 BLUE value IS 139 (54.69% from 255) = 39.27%

R = 24.01%
G = 36.72%
B = 39.27%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55828B (or 0x55828B) is known color: Paradiso. HEX triplet: 55, 82 and 8B. RGB value is (85,130,139). Sum of RGB (Red+Green+Blue) = 85+130+139=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #55828B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55828B is #AA7D74. Grayscale: #757575. Windows color (decimal): -11173237 or 9142869. OLE color: 9142869.

HSL color Cylindrical-coordinate representation of color #55828B: hue angle of 190º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #55828B is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 130 139 -
CMYK 0.39 0.06 0 0.45
HSL 190º 0.24% 0.44% -
HSV(B) 190º 0.39% 0.55% -
XYZ 16.39 19.76 27.38 -
YUV 117.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 85 130 139 0.39 0.06 0 0.45 190 0.24 0.44
Hex 55 82 8B 27 6 0 2D BE 18 2C
Octal 125 202 213 47 6 0 55 276 30 54
Binary 1010101 10000010 10001011 100111 110 0 101101 10111110 11000 101100

Color Harmonies of #55828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55828B

Black with #55828B

Text Example


Text Example

White with #55828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55828B; }

 p { color: rgb(85,130,139); }

 H1.HeaderClassName
 {
   color: #55828B;
 }
 .AnyTagClassName
 {
   color: #55828B;
 }
</style>

background-color css

<style>
 a { background-color: #55828B; }

 a { background-color: rgb(85,130,139); }

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

border-color css

<style>
 span { border-color: #55828B; }

 span { border-color: rgb(85,130,139); }

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