Html Css Color HEX #568585 Paradiso

📋 copy color: '#568585'

red 86 ◦ green 133 ◦ blue 133

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

Shades of Paradiso #568585

Tints of Paradiso #568585

RGB

 RED value IS 86 (33.98% from 255) = 24.43%

 GREEN value IS 133 (52.34% from 255) = 37.78%

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

R = 24.43%
G = 37.78%
B = 37.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#568585 (or 0x568585) is known color: Paradiso. HEX triplet: 56, 85 and 85. RGB value is (86,133,133). Sum of RGB (Red+Green+Blue) = 86+133+133=352 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.43% from 352); Green value is 133 (52.34% from 255 or 37.78% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #568585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568585 is #A97A7A. Grayscale: #767676. Windows color (decimal): -11106939 or 8750422. OLE color: 8750422.

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

Color convert

RGB 86 133 133 -
CMYK 0.35 0 0 0.48
HSL 180º 0.21% 0.43% -
HSV(B) 180º 0.35% 0.52% -
XYZ 16.46 20.45 25.27 -
YUV 118.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 86 133 133 0.35 0 0 0.48 180 0.21 0.43
Hex 56 85 85 23 0 0 30 B4 15 2B
Octal 126 205 205 43 0 0 60 264 25 53
Binary 1010110 10000101 10000101 100011 0 0 110000 10110100 10101 101011

Color Harmonies of #568585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568585

Black with #568585

Text Example


Text Example

White with #568585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568585; }

 p { color: rgb(86,133,133); }

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

background-color css

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

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

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

border-color css

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

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

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