Html Css Color HEX #567C82 Paradiso

📋 copy color: '#567C82'

red 86 ◦ green 124 ◦ blue 130

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

Shades of Paradiso #567C82

Tints of Paradiso #567C82

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.47%

 BLUE value IS 130 (51.17% from 255) = 38.24%

R = 25.29%
G = 36.47%
B = 38.24%

CMYK

 C value IS 0.34

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#567C82 (or 0x567C82) is known color: Paradiso. HEX triplet: 56, 7C and 82. RGB value is (86,124,130). Sum of RGB (Red+Green+Blue) = 86+124+130=340 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.29% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 130 - color contains mainly: blue. Hex color #567C82 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567C82 is #A9837D. Grayscale: #717171. Windows color (decimal): -11109246 or 8551510. OLE color: 8551510.

HSL color Cylindrical-coordinate representation of color #567C82: hue angle of 188.18º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567C82 is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 124 130 -
CMYK 0.34 0.05 0 0.49
HSL 188.18º 0.2% 0.42% -
HSV(B) 188.18º 0.34% 0.51% -
XYZ 15.07 18.01 23.8 -
YUV 113.32 137.41 108.51 -
System Red Green Blue C M Y K H S L
Decimal 86 124 130 0.34 0.05 0 0.49 188.18 0.2 0.42
Hex 56 7C 82 22 5 0 31 BC 14 2A
Octal 126 174 202 42 5 0 61 274 24 52
Binary 1010110 1111100 10000010 100010 101 0 110001 10111100 10100 101010

Color Harmonies of #567C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567C82

Black with #567C82

Text Example


Text Example

White with #567C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567C82; }

 p { color: rgb(86,124,130); }

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

background-color css

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

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

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

border-color css

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

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

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