Html Css Color HEX #537C7F Paradiso

📋 copy color: '#537C7F'

red 83 ◦ green 124 ◦ blue 127

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

Shades of Paradiso #537C7F

Tints of Paradiso #537C7F

RGB

 RED value IS 83 (32.81% from 255) = 24.85%

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

 BLUE value IS 127 (50% from 255) = 38.02%

R = 24.85%
G = 37.13%
B = 38.02%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#537C7F (or 0x537C7F) is known color: Paradiso. HEX triplet: 53, 7C and 7F. RGB value is (83,124,127). Sum of RGB (Red+Green+Blue) = 83+124+127=334 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.85% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 127 - color contains mainly: blue. Hex color #537C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537C7F is #AC8380. Grayscale: #707070. Windows color (decimal): -11305857 or 8354899. OLE color: 8354899.

HSL color Cylindrical-coordinate representation of color #537C7F: hue angle of 184.09º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #537C7F is Cyan = 0.35, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 124 127 -
CMYK 0.35 0.02 0 0.50
HSL 184.09º 0.21% 0.41% -
HSV(B) 184.09º 0.35% 0.5% -
XYZ 14.61 17.79 22.74 -
YUV 112.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 83 124 127 0.35 0.02 0 0.50 184.09 0.21 0.41
Hex 53 7C 7F 23 2 0 32 B8 15 29
Octal 123 174 177 43 2 0 62 270 25 51
Binary 1010011 1111100 1111111 100011 10 0 110010 10111000 10101 101001

Color Harmonies of #537C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537C7F

Black with #537C7F

Text Example


Text Example

White with #537C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537C7F; }

 p { color: rgb(83,124,127); }

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

background-color css

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

 a { background-color: rgb(83,124,127); }

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

border-color css

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

 span { border-color: rgb(83,124,127); }

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