Html Css Color HEX #558085 Paradiso

📋 copy color: '#558085'

red 85 ◦ green 128 ◦ blue 133

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

Shades of Paradiso #558085

Tints of Paradiso #558085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.99%

 BLUE value IS 133 (52.34% from 255) = 38.44%

R = 24.57%
G = 36.99%
B = 38.44%

CMYK

 C value IS 0.36

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#558085 (or 0x558085) is known color: Paradiso. HEX triplet: 55, 80 and 85. RGB value is (85,128,133). Sum of RGB (Red+Green+Blue) = 85+128+133=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #558085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558085 is #AA7F7A. Grayscale: #737373. Windows color (decimal): -11173755 or 8749141. OLE color: 8749141.

HSL color Cylindrical-coordinate representation of color #558085: hue angle of 186.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #558085 is Cyan = 0.36, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 85 128 133 -
CMYK 0.36 0.04 0 0.48
HSL 186.25º 0.22% 0.43% -
HSV(B) 186.25º 0.36% 0.52% -
XYZ 15.7 19.06 25.04 -
YUV 115.71 137.75 106.09 -
System Red Green Blue C M Y K H S L
Decimal 85 128 133 0.36 0.04 0 0.48 186.25 0.22 0.43
Hex 55 80 85 24 4 0 30 BA 16 2B
Octal 125 200 205 44 4 0 60 272 26 53
Binary 1010101 10000000 10000101 100100 100 0 110000 10111010 10110 101011

Color Harmonies of #558085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558085

Black with #558085

Text Example


Text Example

White with #558085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558085; }

 p { color: rgb(85,128,133); }

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

background-color css

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

 a { background-color: rgb(85,128,133); }

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

border-color css

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

 span { border-color: rgb(85,128,133); }

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