Html Css Color HEX #568185 Paradiso

📋 copy color: '#568185'

red 86 ◦ green 129 ◦ blue 133

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

Shades of Paradiso #568185

Tints of Paradiso #568185

RGB

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

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

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

R = 24.71%
G = 37.07%
B = 38.22%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#568185 (or 0x568185) is known color: Paradiso. HEX triplet: 56, 81 and 85. RGB value is (86,129,133). Sum of RGB (Red+Green+Blue) = 86+129+133=348 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.71% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 133 - color contains mainly: blue. Hex color #568185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568185 is #A97E7A. Grayscale: #747474. Windows color (decimal): -11107963 or 8749398. OLE color: 8749398.

HSL color Cylindrical-coordinate representation of color #568185: hue angle of 185.11º 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 #568185 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 86 129 133 -
CMYK 0.35 0.03 0 0.48
HSL 185.11º 0.21% 0.43% -
HSV(B) 185.11º 0.35% 0.52% -
XYZ 15.92 19.37 25.09 -
YUV 116.6 137.25 106.17 -
System Red Green Blue C M Y K H S L
Decimal 86 129 133 0.35 0.03 0 0.48 185.11 0.21 0.43
Hex 56 81 85 23 3 0 30 B9 15 2B
Octal 126 201 205 43 3 0 60 271 25 53
Binary 1010110 10000001 10000101 100011 11 0 110000 10111001 10101 101011

Color Harmonies of #568185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #568185

Black with #568185

Text Example


Text Example

White with #568185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #568185; }

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

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

background-color css

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

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

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

border-color css

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

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

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